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

What is Unicode character 𭕬?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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