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

What is Unicode character 𫰝?

The Unicode character 𫰝 U+2BC1D 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+2BC1D.

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!