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

What is Unicode character 𨨇?

The Unicode character 𨨇 U+28A07 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+28A07.

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!