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

What is Unicode character 𰰁?

The Unicode character 𰰁 U+30C01 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+30C01.

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!