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

What is Unicode character 𨹈?

The Unicode character 𨹈 U+28E48 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+28E48.

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!