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

What is Unicode character 𨐗?

The Unicode character 𨐗 U+28417 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+28417.

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!