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

What is Unicode character 𨅢?

The Unicode character 𨅢 U+28162 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+28162.

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!