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

What is Unicode character 𨹑?

The Unicode character 𨹑 U+28E51 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+28E51.

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!