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

What is Unicode character 𰨁?

The Unicode character 𰨁 U+30A01 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+30A01.

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!