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

What is Unicode character 𡃕?

The Unicode character 𡃕 U+210D5 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+210D5.

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!