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>&#137757;</p>
📋
CSS .selector { content: '\21A1D' };
📋
JS var unicodeA = '\u21A1D ';
📋
CPP char unicodeA = ' \u21A1D ';
📋
Java char unicodeA = '\u21A1D';
📋
Python unicodeA = '\u21A1D'
📋

What is Unicode character 𡨝?

The Unicode character 𡨝 U+21A1D 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+21A1D.

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!