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

What is Unicode character 𬜓?

The Unicode character 𬜓 U+2C713 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+2C713.

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!