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

What is Unicode character 𨒃?

The Unicode character 𨒃 U+28483 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+28483.

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!