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

What is Unicode character 𬉨?

The Unicode character 𬉨 U+2C268 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+2C268.

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!