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 G WITH STROKE
Overview
Ǥ (LATIN CAPITAL LETTER G WITH STROKE) is the Unicode character at code point U+01E4. 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+01E4 | |
| decimal | 484 | |
| htmldecimal | Ǥ | |
| htmlhex | Ǥ | |
| css | \01E4 | |
| javascript | \u{1E4} | |
| python | \u01e4 | |
| java | \u01E4 | |
| go | \u01E4 | |
| ruby | \u{1E4} | |
| rust | \u{1E4} | |
| ccpp | \u01e4 | |
| urlencoded | %C7%A4 | |
| utf8bytes | c7 a4 | |
| utf16bebytes | 01 e4 | |
| utf32bebytes | 00 00 01 e4 |
How to Use
HTML:
Ǥ
CSS:
content: "\01E4"
JavaScript:
"\u{1E4}"
Python:
"\u01e4"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the Ǥ character (LATIN CAPITAL LETTER G WITH STROKE)?
Ǥ (LATIN CAPITAL LETTER G WITH STROKE) is the Unicode character U+01E4.
What is the Unicode codepoint of LATIN CAPITAL LETTER G WITH STROKE?
The LATIN CAPITAL LETTER G WITH STROKE character (Ǥ) has codepoint U+01E4.
How do I type or copy LATIN CAPITAL LETTER G WITH STROKE?
Copy Ǥ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.