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

What is Unicode character 𭝍?

The Unicode character 𭝍 U+2D74D 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+2D74D.

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!