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

What is Unicode character 𨃬?

The Unicode character 𨃬 U+280EC 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+280EC.

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!