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

What is Unicode character 𭕢?

The Unicode character 𭕢 U+2D562 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+2D562.

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!