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

What is Unicode character 𨝈?

The Unicode character 𨝈 U+28748 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+28748.

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!