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

What is Unicode character 𭵕?

The Unicode character 𭵕 U+2DD55 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+2DD55.

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!