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

What is Unicode character 𢒃?

The Unicode character 𢒃 U+22483 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+22483.

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!