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

What is Unicode character 𫵖?

The Unicode character 𫵖 U+2BD56 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+2BD56.

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!