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

What is Unicode character 𦡫?

The Unicode character 𦡫 U+2686B 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+2686B.

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!