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

What is Unicode character 𠝑?

The Unicode character 𠝑 U+20751 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+20751.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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