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

What is Unicode character 𰪬?

The Unicode character 𰪬 U+30AAC 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+30AAC.

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!