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

What is Unicode character 𰙀?

The Unicode character 𰙀 U+30640 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+30640.

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!