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

What is Unicode character 𨍝?

The Unicode character 𨍝 U+2835D 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+2835D.

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!