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

What is Unicode character 𦲦?

The Unicode character 𦲦 U+26CA6 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+26CA6.

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!