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

What is Unicode character 𣺺?

The Unicode character 𣺺 U+23EBA 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+23EBA.

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!