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

What is Unicode character 𣹙?

The Unicode character 𣹙 U+23E59 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+23E59.

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!