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

What is Unicode character 𬅍?

The Unicode character 𬅍 U+2C14D 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+2C14D.

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!