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

What is Unicode character 𡏓?

The Unicode character 𡏓 U+213D3 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+213D3.

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!