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

What is Unicode character 𨨬?

The Unicode character 𨨬 U+28A2C 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+28A2C.

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!