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

What is Unicode character 𡲖?

The Unicode character 𡲖 U+21C96 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+21C96.

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!