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

What is Unicode character 𨲧?

The Unicode character 𨲧 U+28CA7 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+28CA7.

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!