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

What is Unicode character 𫰍?

The Unicode character 𫰍 U+2BC0D 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+2BC0D.

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!