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>&#166719;</p>
📋
CSS .selector { content: '\28B3F' };
📋
JS var unicodeA = '\u28B3F ';
📋
CPP char unicodeA = ' \u28B3F ';
📋
Java char unicodeA = '\u28B3F';
📋
Python unicodeA = '\u28B3F'
📋

What is Unicode character 𨬿?

The Unicode character 𨬿 U+28B3F 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+28B3F.

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!