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

What is Unicode character 𬬟?

The Unicode character 𬬟 U+2CB1F 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+2CB1F.

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!