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

What is Unicode character 𦡾?

The Unicode character 𦡾 U+2687E 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+2687E.

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!