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

What is Unicode character 𦲎?

The Unicode character 𦲎 U+26C8E 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+26C8E.

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!