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

What is Unicode character 𦲌?

The Unicode character 𦲌 U+26C8C 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+26C8C.

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!