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

What is Unicode character 𰀎?

The Unicode character 𰀎 U+3000E 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+3000E.

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!