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

What is Unicode character 𫬓?

The Unicode character 𫬓 U+2BB13 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2BB13.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!