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

What is Unicode character 𨨜?

The Unicode character 𨨜 U+28A1C 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+28A1C.

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!