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

What is Unicode character 𨫼?

The Unicode character 𨫼 U+28AFC 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+28AFC.

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!