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

What is Unicode character 𨎱?

The Unicode character 𨎱 U+283B1 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+283B1.

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!