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

What is Unicode character 𨵐?

The Unicode character 𨵐 U+28D50 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+28D50.

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!