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

What is Unicode character 𨝇?

The Unicode character 𨝇 U+28747 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+28747.

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!