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

What is Unicode character 𬜾?

The Unicode character 𬜾 U+2C73E 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+2C73E.

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!