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

What is Unicode character 𬕯?

The Unicode character 𬕯 U+2C56F 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+2C56F.

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!