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

What is Unicode character 𬜙?

The Unicode character 𬜙 U+2C719 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+2C719.

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!