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