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

What is Unicode character 𦡟?

The Unicode character 𦡟 U+2685F 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+2685F.

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!