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

What is Unicode character 𬬹?

The Unicode character 𬬹 U+2CB39 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+2CB39.

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!