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

What is Unicode character 𰌁?

The Unicode character 𰌁 U+30301 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+30301.

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!