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

What is Unicode character 𦨡?

The Unicode character 𦨡 U+26A21 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+26A21.

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!