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

What is Unicode character 𦈚?

The Unicode character 𦈚 U+2621A 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+2621A.

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!