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

What is Unicode character 𨓹?

The Unicode character 𨓹 U+284F9 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+284F9.

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!