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

What is Unicode character 𬨷?

The Unicode character 𬨷 U+2CA37 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+2CA37.

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!