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

What is Unicode character 𦇎?

The Unicode character 𦇎 U+261CE 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+261CE.

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!