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

What is Unicode character 𣹚?

The Unicode character 𣹚 U+23E5A 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+23E5A.

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!