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

What is Unicode character 𬘲?

The Unicode character 𬘲 U+2C632 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+2C632.

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!