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

What is Unicode character 𬉦?

The Unicode character 𬉦 U+2C266 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+2C266.

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!