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

What is Unicode character 𰈎?

The Unicode character 𰈎 U+3020E 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+3020E.

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!