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

What is Unicode character 𭝅?

The Unicode character 𭝅 U+2D745 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+2D745.

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!