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

What is Unicode character 𬬱?

The Unicode character 𬬱 U+2CB31 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+2CB31.

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!