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

What is Unicode character 𰅎?

The Unicode character 𰅎 U+3014E 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+3014E.

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!