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

What is Unicode character 𬕪?

The Unicode character 𬕪 U+2C56A 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+2C56A.

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!