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

What is Unicode character 𫲝?

The Unicode character 𫲝 U+2BC9D 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+2BC9D.

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!