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