| Symboolnaam | Hangul Syllable Rod |
| Unicode-versie | 2.0 |
| Unicode | U+B863 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \B863 |
| Hexadecimale code | 0xB863 |
| HTML-code | 롣 |
| LaTeX | \hangul{B863} |
| Symbool | 롣 |
| URL-codering (UTF-8 procent) | %EB%A1%A3 |
| Uitgesproken naam / schermlezer | Hangul Syllable Rod |
| UTF-8 | EB A1 A3 |
| UTF-16 | B863 |
| UTF-32 | 0000B863 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B863}4\end{document}Je kunt het hangul syllable rod-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 47203 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable rod", or use Unicode Hex Input with B863.
Ctrl + Shift + U, type b863, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-rod::before { content: "\B863"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>롣</span>De weergave van het Hangul Syllable Rod-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uB863' or String.fromCodePoint(47203) |
| Python | '\N{HANGUL SYLLABLE ROD}' or chr(47203) |
| Rust | '\u{B863}' |
| C / C++ | UTF-8 source or wchar_t with U+B863 |
| Go | string(rune(0xB863)) |
| Ruby | "\u{B863}" |