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

What is Unicode character 𨰬?

The Unicode character 𨰬 U+28C2C 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+28C2C.

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!