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

What is Unicode character 𨮹?

The Unicode character 𨮹 U+28BB9 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+28BB9.

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!