| Symbol Name | Latin Small Capital Letter U With Stroke |
| Unicode Version | 4.1 |
| Unicode | U+1D7E |
| Unicode block | |
| General category | 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}You can type the latin small capital letter u with stroke symbol on most modern devices with the help of following methods:
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>Latin Small Capital Letter U With Stroke symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x1D7E |
| HTML Code | ᵾ |
| LaTeX | \text{LATINSMALLCAPITALLETTERUWITHSTROKE} |
| Symbol | ᵾ |
| URL encode (UTF-8 percent) | %E1%B5%BE |
| Spoken / screen reader name | Latin Small Capital Letter U With Stroke |