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

What is Unicode character 𡉟?

The Unicode character 𡉟 U+2125F 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+2125F.

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!