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

What is Unicode character 𰌀?

The Unicode character 𰌀 U+30300 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+30300.

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!