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>&#135197;</p>
📋
CSS .selector { content: '\2101D' };
📋
JS var unicodeA = '\u2101D ';
📋
CPP char unicodeA = ' \u2101D ';
📋
Java char unicodeA = '\u2101D';
📋
Python unicodeA = '\u2101D'
📋

What is Unicode character 𡀝?

The Unicode character 𡀝 U+2101D 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+2101D.

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!