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

What is Unicode character 𨲯?

The Unicode character 𨲯 U+28CAF 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+28CAF.

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!