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

What is Unicode character 𨾺?

The Unicode character 𨾺 U+28FBA 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+28FBA.

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!