| Symboolnaam | Heavy Left-pointing Angle Quotation Mark Ornament |
| Unicode-versie | 3.2 |
| Unicode | U+276E |
| Unicode-blok | |
| Algemene categorie | Ps (Ps) |
| CSS-code |
| UTF-8 | E2 9D AE |
| UTF-16 | 276E |
| UTF-32 | 0000276E |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYLEFT-POINTINGANGLEQUOTATIONMARKORNAMENT}4\end{document}Je kunt het heavy left-pointing angle quotation mark ornament-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10094 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy left-pointing angle quotation mark ornament", or use Unicode Hex Input with 276E.
Ctrl + Shift + U, type 276e, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with ornament and fleuron support.
1span.heavy-left-pointing-angle-quotation-mark-ornament::before { content: "\276E"; }1<span>❮</span>De weergave van het Heavy Left-pointing Angle Quotation Mark Ornament-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u276E' or String.fromCodePoint(10094) |
| Python | '\N{HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT}' or chr(10094) |
| Rust | '\u{276E}' |
| C / C++ | UTF-8 source or wchar_t with U+276E |
| Go | string(rune(0x276E)) |
| Ruby | "\u{276E}" |
\276E |
| Hexadecimale code | 0x276E |
| HTML-code | ❮ |
| LaTeX | \text{HEAVYLEFT-POINTINGANGLEQUOTATIONMARKORNAMENT} |
| Symbool | ❮ |
| URL-codering (UTF-8 procent) | %E2%9D%AE |
| Uitgesproken naam / schermlezer | Heavy Left-pointing Angle Quotation Mark Ornament |