| Symbol Name | Ocr Amount Of Check |
| Unicode Version | 1.1 |
| Unicode | U+2447 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \2447 |
| Hex Code | 0x2447 |
| HTML Code | ⑇ |
| LaTeX | \text{OCRAMOUNTOFCHECK} |
| Symbol | ⑇ |
| URL encode (UTF-8 percent) | %E2%91%87 |
| Spoken / screen reader name | Ocr Amount Of Check |
| UTF-8 | E2 91 87 |
| UTF-16 | 2447 |
| UTF-32 | 00002447 |
1\documentclass{article}2\usepackage{pifont}3\text{OCRAMOUNTOFCHECK}4\end{document}You can type the ocr amount of check symbol on most modern devices with the help of following methods:
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>Ocr Amount Of Check symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |