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

What is Unicode character 𨒵?

The Unicode character 𨒵 U+284B5 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+284B5.

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!