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

What is Unicode character 𦰡?

The Unicode character 𦰡 U+26C21 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+26C21.

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!