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

What is Unicode character 𨾾?

The Unicode character 𨾾 U+28FBE 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+28FBE.

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!