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

What is Unicode character 𨏗?

The Unicode character 𨏗 U+283D7 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+283D7.

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!