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

What is Unicode character 𰶀?

The Unicode character 𰶀 U+30D80 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+30D80.

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!