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

What is Unicode character 𣝗?

The Unicode character 𣝗 U+23757 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+23757.

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!