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

What is Unicode character 𬨒?

The Unicode character 𬨒 U+2CA12 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+2CA12.

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!