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

What is Unicode character 𭕕?

The Unicode character 𭕕 U+2D555 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+2D555.

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!