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

What is Unicode character 𣺦?

The Unicode character 𣺦 U+23EA6 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+23EA6.

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!