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

What is Unicode character 𨅖?

The Unicode character 𨅖 U+28156 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+28156.

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!