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

What is Unicode character 𣹗?

The Unicode character 𣹗 U+23E57 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+23E57.

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!