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

What is Unicode character 𭝏?

The Unicode character 𭝏 U+2D74F 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+2D74F.

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!