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

What is Unicode character 𬨶?

The Unicode character 𬨶 U+2CA36 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+2CA36.

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!