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

What is Unicode character 𣹘?

The Unicode character 𣹘 U+23E58 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+23E58.

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!