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>&#165025;</p>
📋
CSS .selector { content: '\284A1' };
📋
JS var unicodeA = '\u284A1 ';
📋
CPP char unicodeA = ' \u284A1 ';
📋
Java char unicodeA = '\u284A1';
📋
Python unicodeA = '\u284A1'
📋

What is Unicode character 𨒡?

The Unicode character 𨒡 U+284A1 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+284A1.

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!