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

What is Unicode character 𦒃?

The Unicode character 𦒃 U+26483 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+26483.

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!