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

What is Unicode character 𡨟?

The Unicode character 𡨟 U+21A1F 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+21A1F.

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!