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

What is Unicode character 𦉺?

The Unicode character 𦉺 U+2627A 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+2627A.

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!