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

What is Unicode character 𦰌?

The Unicode character 𦰌 U+26C0C 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+26C0C.

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!