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

What is Unicode character 𫡎?

The Unicode character 𫡎 U+2B84E 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+2B84E.

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!