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

What is Unicode character 𡎑?

The Unicode character 𡎑 U+21391 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+21391.

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!