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

What is Unicode character 𫵔?

The Unicode character 𫵔 U+2BD54 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+2BD54.

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!