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>&#164779;</p>
📋
CSS .selector { content: '\283AB' };
📋
JS var unicodeA = '\u283AB ';
📋
CPP char unicodeA = ' \u283AB ';
📋
Java char unicodeA = '\u283AB';
📋
Python unicodeA = '\u283AB'
📋

What is Unicode character 𨎫?

The Unicode character 𨎫 U+283AB 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+283AB.

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!