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

What is Unicode character 𨹐?

The Unicode character 𨹐 U+28E50 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+28E50.

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!