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

What is Unicode character 𦡺?

The Unicode character 𦡺 U+2687A 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+2687A.

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!