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

What is Unicode character 𣺢?

The Unicode character 𣺢 U+23EA2 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+23EA2.

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!