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

What is Unicode character 𨵈?

The Unicode character 𨵈 U+28D48 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+28D48.

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!