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

What is Unicode character 𦪹?

The Unicode character 𦪹 U+26AB9 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+26AB9.

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!