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

What is Unicode character 𦲊?

The Unicode character 𦲊 U+26C8A 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+26C8A.

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!