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

What is Unicode character 𨰇?

The Unicode character 𨰇 U+28C07 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+28C07.

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!