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

What is Unicode character 𫬟?

The Unicode character 𫬟 U+2BB1F 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+2BB1F.

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!