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

What is Unicode character 𬨔?

The Unicode character 𬨔 U+2CA14 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+2CA14.

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!