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

What is Unicode character 𦡼?

The Unicode character 𦡼 U+2687C 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+2687C.

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!