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>&#136142;</p>
📋
CSS .selector { content: '\213CE' };
📋
JS var unicodeA = '\u213CE ';
📋
CPP char unicodeA = ' \u213CE ';
📋
Java char unicodeA = '\u213CE';
📋
Python unicodeA = '\u213CE'
📋

What is Unicode character 𡏎?

The Unicode character 𡏎 U+213CE is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+213CE.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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