Css Styling

Size
𰓨
15px
𰓨
18px
𰓨
21px
𰓨
24px
𰓨
27px
𰓨
30px
𰓨
33px
𰓨
36px
𰓨
42px
𰓨
48px
𰓨
54px
𰓨
60px
𰓨
66px
𰓨
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𰓨
Bold
𰓨
Italic
𰓨
Underline
𰓨
Strikethrough
𰓨
UpperCase
𰓨
LowerCase
𰓨
Oblique
A 𰓨
Subscript
A 𰓨
Superscript
𰓨
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𰓨
Arial
𰓨
Times New Roman
𰓨
Verdana
𰓨
Courier New
𰓨
Garamond
𰓨
Georgia
𰓨
Trebuchet MS
𰓨
Tahoma
𰓨
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𰓨
White
𰓨
Brown
𰓨
Maroon
𰓨
Magenta
𰓨
Red
𰓨
Orange
𰓨
Yellow
𰓨
Green
𰓨
Teal
𰓨
Cyan
𰓨
Blue
𰓨
Violet
𰓨
Purple
𰓨
Indigo
𰓨
Gray
𰓨
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𰓨
White
𰓨
Brown
𰓨
Maroon
𰓨
Magenta
𰓨
Red
𰓨
Orange
𰓨
Yellow
𰓨
Green
𰓨
Teal
𰓨
Cyan
𰓨
Blue
𰓨
Violet
𰓨
Purple
𰓨
Indigo
𰓨
Gray
𰓨
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#197864;</p>
📋
CSS .selector { content: '\304E8' };
📋
JS var unicodeA = '\u304E8 ';
📋
CPP char unicodeA = ' \u304E8 ';
📋
Java char unicodeA = '\u304E8';
📋
Python unicodeA = '\u304E8'
📋

What is Unicode character 𰓨?

The Unicode character 𰓨 U+304E8 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G block.

What does the Unicode character 𰓨 represent?

The Unicode character 𰓨 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𰓨?

The Unicode code point for 𰓨 is U+304E8.

Is the appearance of the 𰓨 character consistent across all platforms?

The appearance of the 𰓨 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𰓨 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𰓨 character.

In which version was Unicode character 𰓨 released, and to which block of characters does it belong?

Unicode character 𰓨 was first introduced in Unicode Version 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!