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

What is Unicode character 𬕭?

The Unicode character 𬕭 U+2C56D 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+2C56D.

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!