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

What is Unicode character 𨨪?

The Unicode character 𨨪 U+28A2A 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+28A2A.

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!