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

What is Unicode character 𦙺?

The Unicode character 𦙺 U+2667A 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+2667A.

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!