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

What is Unicode character 𨃢?

The Unicode character 𨃢 U+280E2 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+280E2.

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!