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

What is Unicode character 𦡝?

The Unicode character 𦡝 U+2685D 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+2685D.

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!