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

What is Unicode character 𦇨?

The Unicode character 𦇨 U+261E8 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+261E8.

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!