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

What is Unicode character 𧃃?

The Unicode character 𧃃 U+270C3 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+270C3.

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!