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

What is Unicode character 𫲍?

The Unicode character 𫲍 U+2BC8D 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+2BC8D.

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!