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

What is Unicode character 𨹏?

The Unicode character 𨹏 U+28E4F 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+28E4F.

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!