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

What is Unicode character 𭝎?

The Unicode character 𭝎 U+2D74E 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+2D74E.

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!