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

What is Unicode character 𨓼?

The Unicode character 𨓼 U+284FC 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+284FC.

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!