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

What is Unicode character 𡡖?

The Unicode character 𡡖 U+21856 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+21856.

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!