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

What is Unicode character 𦰬?

The Unicode character 𦰬 U+26C2C 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+26C2C.

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!