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

What is Unicode character 𨅐?

The Unicode character 𨅐 U+28150 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+28150.

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!