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

What is Unicode character 𡹵?

The Unicode character 𡹵 U+21E75 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+21E75.

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!