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

What is Unicode character 𨿹?

The Unicode character 𨿹 U+28FF9 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+28FF9.

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!