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

What is Unicode character 𠬟?

The Unicode character 𠬟 U+20B1F 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+20B1F.

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!