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

What is Unicode character 𨅰?

The Unicode character 𨅰 U+28170 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+28170.

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!