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

What is Unicode character 𨎹?

The Unicode character 𨎹 U+283B9 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+283B9.

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!