| Symboolnaam | Symbol For Record Separator |
| Unicode-versie | 1.1 |
| Unicode | U+241E |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 90 9E |
| UTF-16 | 241E |
| UTF-32 | 0000241E |
1\documentclass{article}2\usepackage{pifont}3\text{SYMBOLFORRECORDSEPARATOR}4\end{document}Je kunt het symbol for record separator-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9246 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "symbol for record separator", or use Unicode Hex Input with 241E.
Ctrl + Shift + U, type 241e, 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 technical symbol support.
1span.symbol-for-record-separator::before { content: "\241E"; }1<span>␞</span>De weergave van het Symbol For Record Separator-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u241E' or String.fromCodePoint(9246) |
| Python | '\N{SYMBOL FOR RECORD SEPARATOR}' or chr(9246) |
| Rust | '\u{241E}' |
| C / C++ | UTF-8 source or wchar_t with U+241E |
| Go | string(rune(0x241E)) |
| Ruby | "\u{241E}" |
\241E |
| Hexadecimale code | 0x241E |
| HTML-code | ␞ |
| LaTeX | \text{SYMBOLFORRECORDSEPARATOR} |
| Symbool | ␞ |
| URL-codering (UTF-8 procent) | %E2%90%9E |
| Uitgesproken naam / schermlezer | Symbol For Record Separator |