| Symbol Name | Ocr Inverted Fork |
| Unicode Version | 1.1 |
| Unicode | U+2443 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \2443 |
| Hex Code | 0x2443 |
| HTML Code | ⑃ |
| LaTeX | \text{OCRINVERTEDFORK} |
| Symbol | ⑃ |
| URL encode (UTF-8 percent) | %E2%91%83 |
| Spoken / screen reader name | Ocr Inverted Fork |
| UTF-8 | E2 91 83 |
| UTF-16 | 2443 |
| UTF-32 | 00002443 |
1\documentclass{article}2\usepackage{pifont}3\text{OCRINVERTEDFORK}4\end{document}You can type the ocr inverted fork symbol on most modern devices with the help of following methods:
Alt + 9283 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "ocr inverted fork", or use Unicode Hex Input with 2443.
Ctrl + Shift + U, type 2443, 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-inverted-fork::before { content: "\2443"; }1<span>⑃</span>Ocr Inverted Fork symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2443' or String.fromCodePoint(9283) |
| Python | '\N{OCR INVERTED FORK}' or chr(9283) |
| Rust | '\u{2443}' |
| C / C++ | UTF-8 source or wchar_t with U+2443 |
| Go | string(rune(0x2443)) |
| Ruby | "\u{2443}" |