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

What is Unicode character 𨫹?

The Unicode character 𨫹 U+28AF9 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+28AF9.

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!