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

What is Unicode character 𨃊?

The Unicode character 𨃊 U+280CA 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+280CA.

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!