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

What is Unicode character 𫵓?

The Unicode character 𫵓 U+2BD53 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+2BD53.

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!