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

What is Unicode character 𨅶?

The Unicode character 𨅶 U+28176 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+28176.

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!