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

What is Unicode character 𣺨?

The Unicode character 𣺨 U+23EA8 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+23EA8.

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!