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

What is Unicode character 𬝌?

The Unicode character 𬝌 U+2C74C 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+2C74C.

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!