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

What is Unicode character 𬨲?

The Unicode character 𬨲 U+2CA32 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+2CA32.

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!