| Symbolname | Latin Small Capital Letter U With Stroke |
| Unicode-Version | 4.1 |
| Unicode | U+1D7E |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| UTF-8 | E1 B5 BE |
| UTF-16 | 1D7E |
| UTF-32 | 00001D7E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLCAPITALLETTERUWITHSTROKE}4\end{document}Sie können das Symbol latin small capital letter u with stroke auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 7550 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small capital letter u with stroke", or use Unicode Hex Input with 1D7E.
Ctrl + Shift + U, type 1d7e, 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-small-capital-letter-u-with-stroke::before { content: "\1D7E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᵾ</span>Die Darstellung des Symbols Latin Small Capital Letter U With Stroke in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u1D7E' or String.fromCodePoint(7550) |
| Python | '\N{LATIN SMALL CAPITAL LETTER U WITH STROKE}' or chr(7550) |
| Rust | '\u{1D7E}' |
| C / C++ | UTF-8 source or wchar_t with U+1D7E |
| Go | string(rune(0x1D7E)) |
| Ruby | "\u{1D7E}" |
| CSS-Code |
\1D7E |
| Hexadezimalcode | 0x1D7E |
| HTML-Code | ᵾ |
| LaTeX | \text{LATINSMALLCAPITALLETTERUWITHSTROKE} |
| Symbol | ᵾ |
| URL-Kodierung (UTF-8-Prozent) | %E1%B5%BE |
| Ansagename (Screenreader) | Latin Small Capital Letter U With Stroke |