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

What is Unicode character 𫲟?

The Unicode character 𫲟 U+2BC9F 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+2BC9F.

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!