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

What is Unicode character 𨎵?

The Unicode character 𨎵 U+283B5 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+283B5.

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!