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

What is Unicode character 𡵭?

The Unicode character 𡵭 U+21D6D 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+21D6D.

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!