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

What is Unicode character 𦇢?

The Unicode character 𦇢 U+261E2 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+261E2.

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!