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

What is Unicode character 𨹍?

The Unicode character 𨹍 U+28E4D 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+28E4D.

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!