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

What is Unicode character 𡝕?

The Unicode character 𡝕 U+21755 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+21755.

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!