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

What is Unicode character 𫵝?

The Unicode character 𫵝 U+2BD5D 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+2BD5D.

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!