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

What is Unicode character 𡷬?

The Unicode character 𡷬 U+21DEC 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+21DEC.

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!