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

What is Unicode character 𬞲?

The Unicode character 𬞲 U+2C7B2 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+2C7B2.

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!