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

What is Unicode character 𨎸?

The Unicode character 𨎸 U+283B8 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+283B8.

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!