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

What is Unicode character 𬢲?

The Unicode character 𬢲 U+2C8B2 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+2C8B2.

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!