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

What is Unicode character 𨎲?

The Unicode character 𨎲 U+283B2 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+283B2.

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!