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

What is Unicode character 𰪦?

The Unicode character 𰪦 U+30AA6 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+30AA6.

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!