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

What is Unicode character 𫵟?

The Unicode character 𫵟 U+2BD5F 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+2BD5F.

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!