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

What is Unicode character 𨒬?

The Unicode character 𨒬 U+284AC 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+284AC.

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!