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

What is Unicode character 𡡦?

The Unicode character 𡡦 U+21866 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+21866.

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!