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

What is Unicode character 𬪓?

The Unicode character 𬪓 U+2CA93 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+2CA93.

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!