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

What is Unicode character 𦁺?

The Unicode character 𦁺 U+2607A 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+2607A.

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!