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

What is Unicode character 𦡯?

The Unicode character 𦡯 U+2686F 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+2686F.

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!