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

What is Unicode character 𣺎?

The Unicode character 𣺎 U+23E8E 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+23E8E.

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!