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

What is Unicode character 𨒺?

The Unicode character 𨒺 U+284BA 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+284BA.

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!