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

What is Unicode character 𬅊?

The Unicode character 𬅊 U+2C14A 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+2C14A.

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!