| Symboolnaam | Latin Capital Letter R With Stroke |
| Unicode-versie | 5.0 |
| Unicode | U+024C |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| CSS-code |
| UTF-8 | C9 8C |
| UTF-16 | 024C |
| UTF-32 | 0000024C |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERRWITHSTROKE}4\end{document}Je kunt het latin capital letter r with stroke-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 588 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter r with stroke", or use Unicode Hex Input with 024C.
Ctrl + Shift + U, type 024c, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-r-with-stroke::before { content: "\024C"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ɍ</span>De weergave van het Latin Capital Letter R With Stroke-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u024C' or String.fromCodePoint(588) |
| Python | '\N{LATIN CAPITAL LETTER R WITH STROKE}' or chr(588) |
| Rust | '\u{024C}' |
| C / C++ | UTF-8 source or wchar_t with U+024C |
| Go | string(rune(0x024C)) |
| Ruby | "\u{024C}" |
\024C |
| Hexadecimale code | 0x024C |
| HTML-code | Ɍ |
| LaTeX | \text{LATINCAPITALLETTERRWITHSTROKE} |
| Symbool | Ɍ |
| URL-codering (UTF-8 procent) | %C9%8C |
| Uitgesproken naam / schermlezer | Latin Capital Letter R With Stroke |