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

What is Unicode character 𣹓?

The Unicode character 𣹓 U+23E53 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+23E53.

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!