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

What is Unicode character 𫵎?

The Unicode character 𫵎 U+2BD4E 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+2BD4E.

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!