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

What is Unicode character 𦈺?

The Unicode character 𦈺 U+2623A 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+2623A.

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!