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

What is Unicode character 𨺏?

The Unicode character 𨺏 U+28E8F 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+28E8F.

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!