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

What is Unicode character 𣹕?

The Unicode character 𣹕 U+23E55 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+23E55.

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!