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

What is Unicode character 𡡟?

The Unicode character 𡡟 U+2185F 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+2185F.

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!