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

What is Unicode character 𨃭?

The Unicode character 𨃭 U+280ED 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+280ED.

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!