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

What is Unicode character 𡏍?

The Unicode character 𡏍 U+213CD 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+213CD.

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!