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

What is Unicode character 𨅑?

The Unicode character 𨅑 U+28151 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+28151.

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!