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

What is Unicode character 𮝍?

The Unicode character 𮝍 U+2E74D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2E74D.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!