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>&#174886;</p>
📋
CSS .selector { content: '\2AB26' };
📋
JS var unicodeA = '\u2AB26 ';
📋
CPP char unicodeA = ' \u2AB26 ';
📋
Java char unicodeA = '\u2AB26';
📋
Python unicodeA = '\u2AB26'
📋

What is Unicode character 𪬦?

The Unicode character 𪬦 U+2AB26 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2AB26.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!