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

What is Unicode character 𡓎?

The Unicode character 𡓎 U+214CE 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+214CE.

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!