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

What is Unicode character 𬤺?

The Unicode character 𬤺 U+2C93A 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+2C93A.

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!