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

What is Unicode character 𨓕?

The Unicode character 𨓕 U+284D5 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+284D5.

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!