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

What is Unicode character 𬖔?

The Unicode character 𬖔 U+2C594 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+2C594.

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!