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

What is Unicode character 𨝉?

The Unicode character 𨝉 U+28749 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+28749.

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!