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

What is Unicode character 𮖄?

The Unicode character 𮖄 U+2E584 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2E584.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!