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

What is Unicode character 𠍟?

The Unicode character 𠍟 U+2035F 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+2035F.

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!