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

What is Unicode character 𡭟?

The Unicode character 𡭟 U+21B5F 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+21B5F.

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!