UTF-8 Block Elements


Range: Decimal 9600-9631. Hex 2580-259F.

If you want any of these characters displayed in HTML, you can use the HTML entity found in the table below.

If the character does not have an HTML entity, you can use the decimal (dec) or hexadecimal (hex) reference.

Example

<p>I will display &#9602;</p>
<p>I will display &#x2582;</p>

Will display as:

I will display ▂

I will display ▂
Try it Yourself »

Older browsers may not support all the HTML5 entities in the table below.
Chrome and Opera have good support, and IE 11+ and Firefox 35+ support all the entities.

Char Dec Hex Entity Name
96002580 UPPER HALF BLOCKTry it
96012581 LOWER ONE EIGHTH BLOCKTry it
96022582 LOWER ONE QUARTER BLOCKTry it
96032583 LOWER THREE EIGHTHS BLOCKTry it
96042584 LOWER HALF BLOCKTry it
96052585 LOWER FIVE EIGHTHS BLOCKTry it
96062586 LOWER THREE QUARTERS BLOCKTry it
96072587 LOWER SEVEN EIGHTHS BLOCKTry it
96082588 FULL BLOCKTry it
96092589 LEFT SEVEN EIGHTHS BLOCKTry it
9610258A LEFT THREE QUARTERS BLOCKTry it
9611258B LEFT FIVE EIGHTHS BLOCKTry it
9612258C LEFT HALF BLOCKTry it
9613258D LEFT THREE EIGHTHS BLOCKTry it
9614258E LEFT ONE QUARTER BLOCKTry it
9615258F LEFT ONE EIGHTH BLOCKTry it
96162590 RIGHT HALF BLOCKTry it
96172591 LIGHT SHADETry it
96182592 MEDIUM SHADETry it
96192593 DARK SHADETry it
96202594 UPPER ONE EIGHTH BLOCKTry it
96212595 RIGHT ONE EIGHTH BLOCKTry it
96222596 QUADRANT LOWER LEFTTry it
96232597 QUADRANT LOWER RIGHTTry it
96242598 QUADRANT UPPER LEFTTry it
96252599 QUADRANT UPPER LEFT AND LOWER LEFT AND LOWER RIGHTTry it
9626259A QUADRANT UPPER LEFT AND LOWER RIGHTTry it
9627259B QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER LEFTTry it
9628259C QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER RIGHTTry it
9629259D QUADRANT UPPER RIGHTTry it
9630259E QUADRANT UPPER RIGHT AND LOWER LEFTTry it
9631259F QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHTTry it