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

What is Unicode character 𨝐?

The Unicode character 𨝐 U+28750 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+28750.

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!