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

What is Unicode character 𨾹?

The Unicode character 𨾹 U+28FB9 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+28FB9.

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!