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

What is Unicode character 𦡬?

The Unicode character 𦡬 U+2686C 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+2686C.

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!