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

What is Unicode character 𨨗?

The Unicode character 𨨗 U+28A17 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+28A17.

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!