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

What is Unicode character 𬅎?

The Unicode character 𬅎 U+2C14E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C14E.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!