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

What is Unicode character 𫵬?

The Unicode character 𫵬 U+2BD6C 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+2BD6C.

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!