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

What is Unicode character 𬝊?

The Unicode character 𬝊 U+2C74A 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+2C74A.

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!