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

What is Unicode character 𡵵?

The Unicode character 𡵵 U+21D75 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+21D75.

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!