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

What is Unicode character 𦪺?

The Unicode character 𦪺 U+26ABA 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+26ABA.

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!