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

What is Unicode character 𡍖?

The Unicode character 𡍖 U+21356 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+21356.

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!