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

What is Unicode character 𪝑?

The Unicode character 𪝑 U+2A751 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A751.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!