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

What is Unicode character 𬨱?

The Unicode character 𬨱 U+2CA31 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+2CA31.

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!