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

What is Unicode character 𡝑?

The Unicode character 𡝑 U+21751 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+21751.

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!