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

What is Unicode character 𭕡?

The Unicode character 𭕡 U+2D561 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+2D561.

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!