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