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

What is Unicode character 𬅌?

The Unicode character 𬅌 U+2C14C 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+2C14C.

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!