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

What is Unicode character 𡵾?

The Unicode character 𡵾 U+21D7E 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+21D7E.

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!