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>&#157786;</p>
📋
CSS .selector { content: '\2685A' };
📋
JS var unicodeA = '\u2685A ';
📋
CPP char unicodeA = ' \u2685A ';
📋
Java char unicodeA = '\u2685A';
📋
Python unicodeA = '\u2685A'
📋

What is Unicode character 𦡚?

The Unicode character 𦡚 U+2685A 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+2685A.

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!