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

What is Unicode character 𬖄?

The Unicode character 𬖄 U+2C584 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+2C584.

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!