| Symboolnaam | Heavy Right-pointing Angle Quotation Mark Ornament |
| Unicode-versie | 3.2 |
| Unicode | U+276F |
| Unicode-blok | |
| Algemene categorie | Pe (Pe) |
| CSS-code |
| UTF-8 | E2 9D AF |
| UTF-16 | 276F |
| UTF-32 | 0000276F |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYRIGHT-POINTINGANGLEQUOTATIONMARKORNAMENT}4\end{document}Je kunt het heavy right-pointing angle quotation mark ornament-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10095 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy right-pointing angle quotation mark ornament", or use Unicode Hex Input with 276F.
Ctrl + Shift + U, type 276f, 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-right-pointing-angle-quotation-mark-ornament::before { content: "\276F"; }1<span>❯</span>De weergave van het Heavy Right-pointing Angle Quotation Mark Ornament-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u276F' or String.fromCodePoint(10095) |
| Python | '\N{HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT}' or chr(10095) |
| Rust | '\u{276F}' |
| C / C++ | UTF-8 source or wchar_t with U+276F |
| Go | string(rune(0x276F)) |
| Ruby | "\u{276F}" |
\276F |
| Hexadecimale code | 0x276F |
| HTML-code | ❯ |
| LaTeX | \text{HEAVYRIGHT-POINTINGANGLEQUOTATIONMARKORNAMENT} |
| Symbool | ❯ |
| URL-codering (UTF-8 procent) | %E2%9D%AF |
| Uitgesproken naam / schermlezer | Heavy Right-pointing Angle Quotation Mark Ornament |