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

What is Unicode character 𬕫?

The Unicode character 𬕫 U+2C56B 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+2C56B.

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!