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

What is Unicode character 𰫦?

The Unicode character 𰫦 U+30AE6 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+30AE6.

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!