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

What is Unicode character 𨎬?

The Unicode character 𨎬 U+283AC 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+283AC.

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!