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

What is Unicode character 𬝎?

The Unicode character 𬝎 U+2C74E 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+2C74E.

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!