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

What is Unicode character 𨃴?

The Unicode character 𨃴 U+280F4 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+280F4.

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!