Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The initial-letter
CSS property sets styling for dropped, raised, and sunken initial letters.
/* Keyword values */ initial-letter: normal; /* Numeric values */ initial-letter: 1.5; /* Initial letter occupies 1.5 lines */ initial-letter: 3; /* Initial letter occupies 3 lines */ initial-letter: 3 2; /* Initial letter occupies 3 lines and sinks 2 lines */ /* Global values */ initial-letter: inherit; initial-letter: initial; initial-letter: revert; initial-letter: revert-layer; initial-letter: unset;