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

What is Unicode character 𦃃?

The Unicode character 𦃃 U+260C3 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+260C3.

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!