| Symboolnaam | Ocr Hook |
| Unicode-versie | 1.1 |
| Unicode | U+2440 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \2440 |
| Hexadecimale code | 0x2440 |
| HTML-code | ⑀ |
| LaTeX | \text{OCRHOOK} |
| Symbool | ⑀ |
| URL-codering (UTF-8 procent) | %E2%91%80 |
| Uitgesproken naam / schermlezer | Ocr Hook |
| UTF-8 | E2 91 80 |
| UTF-16 | 2440 |
| UTF-32 | 00002440 |
1\documentclass{article}2\usepackage{pifont}3\text{OCRHOOK}4\end{document}Je kunt het ocr hook-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9280 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "ocr hook", or use Unicode Hex Input with 2440.
Ctrl + Shift + U, type 2440, 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-hook::before { content: "\2440"; }1<span>⑀</span>De weergave van het Ocr Hook-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2440' or String.fromCodePoint(9280) |
| Python | '\N{OCR HOOK}' or chr(9280) |
| Rust | '\u{2440}' |
| C / C++ | UTF-8 source or wchar_t with U+2440 |
| Go | string(rune(0x2440)) |
| Ruby | "\u{2440}" |