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

What is Unicode character 𭕰?

The Unicode character 𭕰 U+2D570 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+2D570.

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!