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

What is Unicode character 𦘡?

The Unicode character 𦘡 U+26621 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+26621.

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!