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

What is Unicode character 𨅒?

The Unicode character 𨅒 U+28152 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+28152.

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!