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

What is Unicode character 𩡟?

The Unicode character 𩡟 U+2985F 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+2985F.

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!