SI
U+000F · SHIFT IN
Shift in
| UTF-8 | 0F | 1 byte |
|---|---|---|
| UTF-16 | 000F | 1 code unit |
| UTF-32 | 0000000F | 4 bytes |
| CSS | \F | in content: "…" |
| JavaScript | \u000F | |
| JSON | \u000F | |
| Python | \u000F | |
| Python | \N{SHIFT IN} | by name |
| Java / C# | \u000F | |
| Rust / Swift / PHP | \u{F} | |
| Go | \u000F | |
| Ruby | \u000F | |
| URL-encoded | %0F | percent-encoded UTF-8 |
U+0009HTCharacter Tabulation
U+000ALFLine Feed
U+000BVTLine Tabulation
U+000CFFForm Feed
U+000DCRCarriage Return
U+000ESOShift Out
U+0010DLEData Link Escape
U+0011DC1Device Control One
U+0012DC2Device Control Two
U+0013DC3Device Control Three
U+0014DC4Device Control Four
U+0015NAKNegative Acknowledge