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

What is Unicode character 𦙼?

The Unicode character 𦙼 U+2667C 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+2667C.

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!