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

What is Unicode character 𨾿?

The Unicode character 𨾿 U+28FBF 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+28FBF.

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!