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

What is Unicode character 𨅣?

The Unicode character 𨅣 U+28163 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+28163.

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!