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

What is Unicode character 𨍟?

The Unicode character 𨍟 U+2835F 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+2835F.

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!