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

What is Unicode character 𢜑?

The Unicode character 𢜑 U+22711 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+22711.

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!