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

What is Unicode character 𡲔?

The Unicode character 𡲔 U+21C94 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+21C94.

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!