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

What is Unicode character 𡝡?

The Unicode character 𡝡 U+21761 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+21761.

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!