| Symboolnaam | Hangul Syllable Ryog |
| Unicode-versie | 2.0 |
| Unicode | U+B8CD |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \B8CD |
| Hexadecimale code | 0xB8CD |
| HTML-code | 룍 |
| LaTeX | \hangul{B8CD} |
| Symbool | 룍 |
| URL-codering (UTF-8 procent) | %EB%A3%8D |
| Uitgesproken naam / schermlezer | Hangul Syllable Ryog |
| UTF-8 | EB A3 8D |
| UTF-16 | B8CD |
| UTF-32 | 0000B8CD |
1\documentclass{article}2\usepackage{pifont}3\hangul{B8CD}4\end{document}Je kunt het hangul syllable ryog-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 47309 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ryog", or use Unicode Hex Input with B8CD.
Ctrl + Shift + U, type b8cd, 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-ryog::before { content: "\B8CD"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>룍</span>De weergave van het Hangul Syllable Ryog-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uB8CD' or String.fromCodePoint(47309) |
| Python | '\N{HANGUL SYLLABLE RYOG}' or chr(47309) |
| Rust | '\u{B8CD}' |
| C / C++ | UTF-8 source or wchar_t with U+B8CD |
| Go | string(rune(0xB8CD)) |
| Ruby | "\u{B8CD}" |