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

What is Unicode character 𦴬?

The Unicode character 𦴬 U+26D2C 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+26D2C.

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!