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

What is Unicode character 𡎖?

The Unicode character 𡎖 U+21396 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+21396.

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!