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

What is Unicode character 𬨐?

The Unicode character 𬨐 U+2CA10 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+2CA10.

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!