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

What is Unicode character 𧍟?

The Unicode character 𧍟 U+2735F 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+2735F.

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!