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

What is Unicode character 𦲫?

The Unicode character 𦲫 U+26CAB 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+26CAB.

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!