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

What is Unicode character 𨎻?

The Unicode character 𨎻 U+283BB 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+283BB.

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!