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

What is Unicode character 𡹬?

The Unicode character 𡹬 U+21E6C 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+21E6C.

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!