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

What is Unicode character 𫕬?

The Unicode character 𫕬 U+2B56C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B56C.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!