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

What is Unicode character 𡝦?

The Unicode character 𡝦 U+21766 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+21766.

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!