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

What is Unicode character 𬜑?

The Unicode character 𬜑 U+2C711 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+2C711.

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!