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

What is Unicode character 𨲨?

The Unicode character 𨲨 U+28CA8 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+28CA8.

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!