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

What is Unicode character 𫬝?

The Unicode character 𫬝 U+2BB1D 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+2BB1D.

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!