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

What is Unicode character 𨅹?

The Unicode character 𨅹 U+28179 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+28179.

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!