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>&#198120;</p>
📋
CSS .selector { content: '\305E8' };
📋
JS var unicodeA = '\u305E8 ';
📋
CPP char unicodeA = ' \u305E8 ';
📋
Java char unicodeA = '\u305E8';
📋
Python unicodeA = '\u305E8'
📋

What is Unicode character 𰗨?

The Unicode character 𰗨 U+305E8 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+305E8.

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!