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

What is Unicode character 𰅀?

The Unicode character 𰅀 U+30140 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+30140.

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!