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

What is Unicode character 𣪺?

The Unicode character 𣪺 U+23ABA 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+23ABA.

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!