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

What is Unicode character 𰰀?

The Unicode character 𰰀 U+30C00 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+30C00.

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!