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

What is Unicode character 𰹀?

The Unicode character 𰹀 U+30E40 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+30E40.

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!