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

What is Unicode character 𦇧?

The Unicode character 𦇧 U+261E7 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+261E7.

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!