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

What is Unicode character 𨅦?

The Unicode character 𨅦 U+28166 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+28166.

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!