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

What is Unicode character 𬨳?

The Unicode character 𬨳 U+2CA33 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+2CA33.

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!