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

What is Unicode character 𠹟?

The Unicode character 𠹟 U+20E5F 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+20E5F.

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!