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

What is Unicode character 𡝘?

The Unicode character 𡝘 U+21758 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+21758.

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!