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

What is Unicode character 𦡭?

The Unicode character 𦡭 U+2686D 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+2686D.

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!