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

What is Unicode character 𬯲?

The Unicode character 𬯲 U+2CBF2 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+2CBF2.

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!