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

What is Unicode character 𦇣?

The Unicode character 𦇣 U+261E3 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+261E3.

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!