| Symboolnaam | Parenthesized Number Eighteen |
| Unicode-versie | 1.1 |
| Unicode | U+2485 |
| Unicode-blok | |
| Algemene categorie | Number (No) |
| CSS-code |
| UTF-8 | E2 92 85 |
| UTF-16 | 2485 |
| UTF-32 | 00002485 |
1\documentclass{article}2\usepackage{pifont}3\text{PARENTHESIZEDNUMBEREIGHTEEN}4\end{document}Je kunt het parenthesized number eighteen-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9349 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "parenthesized number eighteen", or use Unicode Hex Input with 2485.
Ctrl + Shift + U, type 2485, 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 list marker support.
1span.parenthesized-number-eighteen::before { content: "\2485"; }1<span>⒅</span>De weergave van het Parenthesized Number Eighteen-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2485' or String.fromCodePoint(9349) |
| Python | '\N{PARENTHESIZED NUMBER EIGHTEEN}' or chr(9349) |
| Rust | '\u{2485}' |
| C / C++ | UTF-8 source or wchar_t with U+2485 |
| Go | string(rune(0x2485)) |
| Ruby | "\u{2485}" |
\2485 |
| Hexadecimale code | 0x2485 |
| HTML-code | ⒅ |
| LaTeX | \text{PARENTHESIZEDNUMBEREIGHTEEN} |
| Symbool | ⒅ |
| URL-codering (UTF-8 procent) | %E2%92%85 |
| Uitgesproken naam / schermlezer | Parenthesized Number Eighteen |