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

What is Unicode character 𫨝?

The Unicode character 𫨝 U+2BA1D 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+2BA1D.

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!