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

What is Unicode character 𨎿?

The Unicode character 𨎿 U+283BF 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+283BF.

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!