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

What is Unicode character 𨅗?

The Unicode character 𨅗 U+28157 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+28157.

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!