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

What is Unicode character 𨲷?

The Unicode character 𨲷 U+28CB7 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+28CB7.

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!