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

What is Unicode character 𠨟?

The Unicode character 𠨟 U+20A1F 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+20A1F.

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!