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

What is Unicode character 𨲏?

The Unicode character 𨲏 U+28C8F 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+28C8F.

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!