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

What is Unicode character 𮝎?

The Unicode character 𮝎 U+2E74E 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+2E74E.

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!