About Vertical Tilde
Vertical Tilde is the Unicode character ⸯ at codepoint U+2E2F in the Supplemental Punctuation block of the Basic Multilingual Plane (BMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Vertical Tilde
To use the Vertical Tilde symbol (ⸯ) in HTML, insert the
entity ⸯ directly into your markup. The decimal entity ⸯ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\2E2F';.
In JavaScript and TypeScript the escape '\u2E2F' evaluates to ⸯ. In Python source, write '\u2E2F'.
The character encodes to E2 B8 AF as UTF-8 bytes and 2E2F as UTF-16 code units. Its decimal codepoint is 11823.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.