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 ▂</p>
<p>I will display ▂</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 |
---|---|---|---|---|
▀ | 9600 | 2580 | UPPER HALF BLOCKTry it | |
▁ | 9601 | 2581 | LOWER ONE EIGHTH BLOCKTry it | |
▂ | 9602 | 2582 | LOWER ONE QUARTER BLOCKTry it | |
▃ | 9603 | 2583 | LOWER THREE EIGHTHS BLOCKTry it | |
▄ | 9604 | 2584 | LOWER HALF BLOCKTry it | |
▅ | 9605 | 2585 | LOWER FIVE EIGHTHS BLOCKTry it | |
▆ | 9606 | 2586 | LOWER THREE QUARTERS BLOCKTry it | |
▇ | 9607 | 2587 | LOWER SEVEN EIGHTHS BLOCKTry it | |
█ | 9608 | 2588 | FULL BLOCKTry it | |
▉ | 9609 | 2589 | LEFT SEVEN EIGHTHS BLOCKTry it | |
▊ | 9610 | 258A | LEFT THREE QUARTERS BLOCKTry it | |
▋ | 9611 | 258B | LEFT FIVE EIGHTHS BLOCKTry it | |
▌ | 9612 | 258C | LEFT HALF BLOCKTry it | |
▍ | 9613 | 258D | LEFT THREE EIGHTHS BLOCKTry it | |
▎ | 9614 | 258E | LEFT ONE QUARTER BLOCKTry it | |
▏ | 9615 | 258F | LEFT ONE EIGHTH BLOCKTry it | |
▐ | 9616 | 2590 | RIGHT HALF BLOCKTry it | |
░ | 9617 | 2591 | LIGHT SHADETry it | |
▒ | 9618 | 2592 | MEDIUM SHADETry it | |
▓ | 9619 | 2593 | DARK SHADETry it | |
▔ | 9620 | 2594 | UPPER ONE EIGHTH BLOCKTry it | |
▕ | 9621 | 2595 | RIGHT ONE EIGHTH BLOCKTry it | |
▖ | 9622 | 2596 | QUADRANT LOWER LEFTTry it | |
▗ | 9623 | 2597 | QUADRANT LOWER RIGHTTry it | |
▘ | 9624 | 2598 | QUADRANT UPPER LEFTTry it | |
▙ | 9625 | 2599 | QUADRANT UPPER LEFT AND LOWER LEFT AND LOWER RIGHTTry it | |
▚ | 9626 | 259A | QUADRANT UPPER LEFT AND LOWER RIGHTTry it | |
▛ | 9627 | 259B | QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER LEFTTry it | |
▜ | 9628 | 259C | QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER RIGHTTry it | |
▝ | 9629 | 259D | QUADRANT UPPER RIGHTTry it | |
▞ | 9630 | 259E | QUADRANT UPPER RIGHT AND LOWER LEFTTry it | |
▟ | 9631 | 259F | QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHTTry it |