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

What is Unicode character 𨃔?

The Unicode character 𨃔 U+280D4 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+280D4.

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!