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

What is Unicode character 𡹭?

The Unicode character 𡹭 U+21E6D 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+21E6D.

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!