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>&#156670;</p>
📋
CSS .selector { content: '\263FE' };
📋
JS var unicodeA = '\u263FE ';
📋
CPP char unicodeA = ' \u263FE ';
📋
Java char unicodeA = '\u263FE';
📋
Python unicodeA = '\u263FE'
📋

What is Unicode character 𦏾?

The Unicode character 𦏾 U+263FE 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+263FE.

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!