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

What is Unicode character 𦁼?

The Unicode character 𦁼 U+2607C 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+2607C.

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!