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

What is Unicode character 𨏯?

The Unicode character 𨏯 U+283EF 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+283EF.

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!