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

What is Unicode character 𨅧?

The Unicode character 𨅧 U+28167 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+28167.

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!