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

What is Unicode character 𡈝?

The Unicode character 𡈝 U+2121D 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+2121D.

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!