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

What is Unicode character 𡝤?

The Unicode character 𡝤 U+21764 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+21764.

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!