| Symboolnaam | Tricolon |
| Unicode-versie | 4.1 |
| Unicode | U+205D |
| Unicode-blok | |
| Algemene categorie | Other Punctuation (Po) |
| CSS-code | \205D |
| Hexadecimale code | 0x205D |
| HTML-code | ⁝ |
| LaTeX | \text{TRICOLON} |
| Symbool | ⁝ |
| URL-codering (UTF-8 procent) | %E2%81%9D |
| Uitgesproken naam / schermlezer | Tricolon |
| UTF-8 | E2 81 9D |
| UTF-16 | 205D |
| UTF-32 | 0000205D |
1\documentclass{article}2\usepackage{pifont}3\text{TRICOLON}4\end{document}Je kunt het tricolon-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8285 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "tricolon", or use Unicode Hex Input with 205D.
Ctrl + Shift + U, type 205d, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with punctuation support.
1span.tricolon::before { content: "\205D"; }1<span>⁝</span>De weergave van het Tricolon-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u205D' or String.fromCodePoint(8285) |
| Python | '\N{TRICOLON}' or chr(8285) |
| Rust | '\u{205D}' |
| C / C++ | UTF-8 source or wchar_t with U+205D |
| Go | string(rune(0x205D)) |
| Ruby | "\u{205D}" |