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

What is Unicode character 𦈝?

The Unicode character 𦈝 U+2621D 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+2621D.

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!