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

What is Unicode character 𫵍?

The Unicode character 𫵍 U+2BD4D 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+2BD4D.

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!