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

What is Unicode character 𦲉?

The Unicode character 𦲉 U+26C89 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+26C89.

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!