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

What is Unicode character 𬉢?

The Unicode character 𬉢 U+2C262 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+2C262.

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!