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

What is Unicode character 𫡦?

The Unicode character 𫡦 U+2B866 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2B866.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!