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

What is Unicode character 𨃡?

The Unicode character 𨃡 U+280E1 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+280E1.

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!