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

What is Unicode character 𬈲?

The Unicode character 𬈲 U+2C232 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+2C232.

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!