| Nom du symbole | Hangul Syllable Ryemb |
| Version Unicode | 2.0 |
| Unicode | U+B851 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \B851 |
| Code hexadécimal | 0xB851 |
| Code HTML | 롑 |
| LaTeX | \hangul{B851} |
| Symbole | 롑 |
| Encodage URL (pourcent UTF-8) | %EB%A1%91 |
| Nom oral / lecteur d’écran | Hangul Syllable Ryemb |
| UTF-8 | EB A1 91 |
| UTF-16 | B851 |
| UTF-32 | 0000B851 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B851}4\end{document}Vous pouvez saisir le symbole hangul syllable ryemb sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 47185 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ryemb", or use Unicode Hex Input with B851.
Ctrl + Shift + U, type b851, 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-ryemb::before { content: "\B851"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>롑</span>La représentation du symbole Hangul Syllable Ryemb dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uB851' or String.fromCodePoint(47185) |
| Python | '\N{HANGUL SYLLABLE RYEMB}' or chr(47185) |
| Rust | '\u{B851}' |
| C / C++ | UTF-8 source or wchar_t with U+B851 |
| Go | string(rune(0xB851)) |
| Ruby | "\u{B851}" |