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

What is Unicode character 𰨑?

The Unicode character 𰨑 U+30A11 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+30A11.

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!