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