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

What is Unicode character 𡹦?

The Unicode character 𡹦 U+21E66 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+21E66.

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!