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

What is Unicode character 𡇍?

The Unicode character 𡇍 U+211CD 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+211CD.

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!