| Nombre del símbolo | Ocr Inverted Fork |
| Versión Unicode | 1.1 |
| Unicode | U+2443 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 91 83 |
| UTF-16 | 2443 |
| UTF-32 | 00002443 |
1\documentclass{article}2\usepackage{pifont}3\text{OCRINVERTEDFORK}4\end{document}Puedes escribir el símbolo ocr inverted fork en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Ocr Inverted Fork en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2443 |
| Código hexadecimal | 0x2443 |
| Código HTML | ⑃ |
| LaTeX | \text{OCRINVERTEDFORK} |
| Símbolo | ⑃ |
| Codificación URL (porcentaje UTF-8) | %E2%91%83 |
| Nombre oral / lector de pantalla | Ocr Inverted Fork |