| Nombre del símbolo | Parenthesized Number Eighteen |
| Versión Unicode | 1.1 |
| Unicode | U+2485 |
| Bloque Unicode | |
| Categoría general | Number (No) |
| UTF-8 | E2 92 85 |
| UTF-16 | 2485 |
| UTF-32 | 00002485 |
1\documentclass{article}2\usepackage{pifont}3\text{PARENTHESIZEDNUMBEREIGHTEEN}4\end{document}Puedes escribir el símbolo parenthesized number eighteen en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Parenthesized Number Eighteen en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2485 |
| Código hexadecimal | 0x2485 |
| Código HTML | ⒅ |
| LaTeX | \text{PARENTHESIZEDNUMBEREIGHTEEN} |
| Símbolo | ⒅ |
| Codificación URL (porcentaje UTF-8) | %E2%92%85 |
| Nombre oral / lector de pantalla | Parenthesized Number Eighteen |