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

What is Unicode character 𢡦?

The Unicode character 𢡦 U+22866 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+22866.

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!