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

What is Unicode character 𡵬?

The Unicode character 𡵬 U+21D6C 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+21D6C.

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!