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>&#167082;</p>
📋
CSS .selector { content: '\28CAA' };
📋
JS var unicodeA = '\u28CAA ';
📋
CPP char unicodeA = ' \u28CAA ';
📋
Java char unicodeA = '\u28CAA';
📋
Python unicodeA = '\u28CAA'
📋

What is Unicode character 𨲪?

The Unicode character 𨲪 U+28CAA is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+28CAA.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!