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

What is Unicode character 𠰟?

The Unicode character 𠰟 U+20C1F 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+20C1F.

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!