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

What is Unicode character 𧃓?

The Unicode character 𧃓 U+270D3 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+270D3.

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!