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

What is Unicode character 𨅙?

The Unicode character 𨅙 U+28159 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+28159.

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!