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

What is Unicode character 𰪨?

The Unicode character 𰪨 U+30AA8 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+30AA8.

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!