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

What is Unicode character 𡰟?

The Unicode character 𡰟 U+21C1F 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+21C1F.

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!