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

What is Unicode character 𡓍?

The Unicode character 𡓍 U+214CD 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+214CD.

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!