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

What is Unicode character 𦪵?

The Unicode character 𦪵 U+26AB5 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+26AB5.

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!