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