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

What is Unicode character 𡇕?

The Unicode character 𡇕 U+211D5 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+211D5.

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!