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

What is Unicode character 𦝼?

The Unicode character 𦝼 U+2677C 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+2677C.

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!