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

What is Unicode character 𦇃?

The Unicode character 𦇃 U+261C3 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+261C3.

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!