| Symboolnaam | Latin Small Letter Long S With High Stroke |
| Unicode-versie | 5.1 |
| Unicode | U+1E9D |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| UTF-8 | E1 BA 9D |
| UTF-16 | 1E9D |
| UTF-32 | 00001E9D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERLONGSWITHHIGHSTROKE}4\end{document}Je kunt het latin small letter long s with high stroke-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 7837 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter long s with high stroke", or use Unicode Hex Input with 1E9D.
Ctrl + Shift + U, type 1e9d, 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-letter-long-s-with-high-stroke::before { content: "\1E9D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ẝ</span>De weergave van het Latin Small Letter Long S With High Stroke-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u1E9D' or String.fromCodePoint(7837) |
| Python | '\N{LATIN SMALL LETTER LONG S WITH HIGH STROKE}' or chr(7837) |
| Rust | '\u{1E9D}' |
| C / C++ | UTF-8 source or wchar_t with U+1E9D |
| Go | string(rune(0x1E9D)) |
| Ruby | "\u{1E9D}" |
| CSS-code |
\1E9D |
| Hexadecimale code | 0x1E9D |
| HTML-code | ẝ |
| LaTeX | \text{LATINSMALLLETTERLONGSWITHHIGHSTROKE} |
| Symbool | ẝ |
| URL-codering (UTF-8 procent) | %E1%BA%9D |
| Uitgesproken naam / schermlezer | Latin Small Letter Long S With High Stroke |