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

What is Unicode character 𦲡?

The Unicode character 𦲡 U+26CA1 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+26CA1.

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!