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

What is Unicode character 𬬷?

The Unicode character 𬬷 U+2CB37 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+2CB37.

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!