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

What is Unicode character 𡼟?

The Unicode character 𡼟 U+21F1F 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+21F1F.

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!