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

What is Unicode character 𨓣?

The Unicode character 𨓣 U+284E3 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+284E3.

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!