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

What is Unicode character 𨰪?

The Unicode character 𨰪 U+28C2A 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+28C2A.

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!