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

What is Unicode character 𡴟?

The Unicode character 𡴟 U+21D1F 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+21D1F.

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!