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

What is Unicode character 𡹟?

The Unicode character 𡹟 U+21E5F 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+21E5F.

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!