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>&#182069;</p>
📋
CSS .selector { content: '\2C735' };
📋
JS var unicodeA = '\u2C735 ';
📋
CPP char unicodeA = ' \u2C735 ';
📋
Java char unicodeA = '\u2C735';
📋
Python unicodeA = '\u2C735'
📋

What is Unicode character 𬜵?

The Unicode character 𬜵 U+2C735 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C735.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!