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

What is Unicode character 𡭦?

The Unicode character 𡭦 U+21B66 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+21B66.

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!