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>&#199400;</p>
📋
CSS .selector { content: '\30AE8' };
📋
JS var unicodeA = '\u30AE8 ';
📋
CPP char unicodeA = ' \u30AE8 ';
📋
Java char unicodeA = '\u30AE8';
📋
Python unicodeA = '\u30AE8'
📋

What is Unicode character 𰫨?

The Unicode character 𰫨 U+30AE8 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+30AE8.

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!