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

What is Unicode character 𨶏?

The Unicode character 𨶏 U+28D8F 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+28D8F.

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!