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

What is Unicode character 𨝒?

The Unicode character 𨝒 U+28752 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+28752.

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!