copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Ǿ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Ǿ
LATIN CAPITAL LETTER O WITH STROKE AND ACUTE
Overview
Ǿ (LATIN CAPITAL LETTER O WITH STROKE AND ACUTE) is the Unicode character at code point U+01FE. It belongs to the Latin Extended-B block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+01FE | |
| decimal | 510 | |
| htmldecimal | Ǿ | |
| htmlhex | Ǿ | |
| css | \01FE | |
| javascript | \u{1FE} | |
| python | \u01fe | |
| java | \u01FE | |
| go | \u01FE | |
| ruby | \u{1FE} | |
| rust | \u{1FE} | |
| ccpp | \u01fe | |
| urlencoded | %C7%BE | |
| utf8bytes | c7 be | |
| utf16bebytes | 01 fe | |
| utf32bebytes | 00 00 01 fe |
How to Use
HTML:
Ǿ
CSS:
content: "\01FE"
JavaScript:
"\u{1FE}"
Python:
"\u01fe"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 00D8 0301
Frequently Asked Questions
What is the Ǿ character (LATIN CAPITAL LETTER O WITH STROKE AND ACUTE)?
Ǿ (LATIN CAPITAL LETTER O WITH STROKE AND ACUTE) is the Unicode character U+01FE.
What is the Unicode codepoint of LATIN CAPITAL LETTER O WITH STROKE AND ACUTE?
The LATIN CAPITAL LETTER O WITH STROKE AND ACUTE character (Ǿ) has codepoint U+01FE.
How do I type or copy LATIN CAPITAL LETTER O WITH STROKE AND ACUTE?
Copy Ǿ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.