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

What is Unicode character 𬤲?

The Unicode character 𬤲 U+2C932 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+2C932.

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!