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

What is Unicode character 𬅏?

The Unicode character 𬅏 U+2C14F 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+2C14F.

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!