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

What is Unicode character 𬝏?

The Unicode character 𬝏 U+2C74F 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+2C74F.

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!