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

What is Unicode character 𨎶?

The Unicode character 𨎶 U+283B6 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+283B6.

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!