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

What is Unicode character 𨝑?

The Unicode character 𨝑 U+28751 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+28751.

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!