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

What is Unicode character 𡼍?

The Unicode character 𡼍 U+21F0D 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+21F0D.

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!