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

What is Unicode character 𫵕?

The Unicode character 𫵕 U+2BD55 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2BD55.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!