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

What is Unicode character 𣝘?

The Unicode character 𣝘 U+23758 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+23758.

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!