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

What is Unicode character 𬜲?

The Unicode character 𬜲 U+2C732 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+2C732.

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!