copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('S'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
S
FULLWIDTH LATIN CAPITAL LETTER S
Overview
S (FULLWIDTH LATIN CAPITAL LETTER S) is the Unicode character at code point U+FF33. It belongs to the Halfwidth and Fullwidth Forms block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF33 | |
| decimal | 65331 | |
| htmldecimal | S | |
| htmlhex | S | |
| css | \FF33 | |
| javascript | \u{FF33} | |
| python | \uff33 | |
| java | \uFF33 | |
| go | \uFF33 | |
| ruby | \u{FF33} | |
| rust | \u{FF33} | |
| ccpp | \uff33 | |
| urlencoded | %EF%BC%B3 | |
| utf8bytes | ef bc b3 | |
| utf16bebytes | ff 33 | |
| utf32bebytes | 00 00 ff 33 |
How to Use
HTML:
S
CSS:
content: "\FF33"
JavaScript:
"\u{FF33}"
Python:
"\uff33"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0053
Frequently Asked Questions
What is the S character (FULLWIDTH LATIN CAPITAL LETTER S)?
S (FULLWIDTH LATIN CAPITAL LETTER S) is the Unicode character U+FF33.
What is the Unicode codepoint of FULLWIDTH LATIN CAPITAL LETTER S?
The FULLWIDTH LATIN CAPITAL LETTER S character (S) has codepoint U+FF33.
How do I type or copy FULLWIDTH LATIN CAPITAL LETTER S?
Copy S directly, or use the HTML entity, UTF-8, and code encodings shown on this page.