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

What is Unicode character 𧍝?

The Unicode character 𧍝 U+2735D 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+2735D.

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!