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

What is Unicode character 𭝑?

The Unicode character 𭝑 U+2D751 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+2D751.

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!