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

What is Unicode character 𨮺?

The Unicode character 𨮺 U+28BBA 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+28BBA.

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!