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

What is Unicode character 𨾧?

The Unicode character 𨾧 U+28FA7 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+28FA7.

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!