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

What is Unicode character 𡼝?

The Unicode character 𡼝 U+21F1D 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+21F1D.

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!