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

What is Unicode character 𡵦?

The Unicode character 𡵦 U+21D66 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+21D66.

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!