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

What is Unicode character 𭕓?

The Unicode character 𭕓 U+2D553 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+2D553.

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!