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

What is Unicode character 𡬟?

The Unicode character 𡬟 U+21B1F 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+21B1F.

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!