| Nombre del símbolo | Ocr Amount Of Check |
| Versión Unicode | 1.1 |
| Unicode | U+2447 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 91 87 |
| UTF-16 | 2447 |
| UTF-32 | 00002447 |
1\documentclass{article}2\usepackage{pifont}3\text{OCRAMOUNTOFCHECK}4\end{document}Puedes escribir el símbolo ocr amount of check en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9287 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "ocr amount of check", or use Unicode Hex Input with 2447.
Ctrl + Shift + U, type 2447, 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 legacy computing symbol support.
1span.ocr-amount-of-check::before { content: "\2447"; }1<span>⑇</span>La representación del símbolo Ocr Amount Of Check en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2447' or String.fromCodePoint(9287) |
| Python | '\N{OCR AMOUNT OF CHECK}' or chr(9287) |
| Rust | '\u{2447}' |
| C / C++ | UTF-8 source or wchar_t with U+2447 |
| Go | string(rune(0x2447)) |
| Ruby | "\u{2447}" |
| Código CSS |
\2447 |
| Código hexadecimal | 0x2447 |
| Código HTML | ⑇ |
| LaTeX | \text{OCRAMOUNTOFCHECK} |
| Símbolo | ⑇ |
| Codificación URL (porcentaje UTF-8) | %E2%91%87 |
| Nombre oral / lector de pantalla | Ocr Amount Of Check |