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>&#140655;</p>
📋
CSS .selector { content: '\2256F' };
📋
JS var unicodeA = '\u2256F ';
📋
CPP char unicodeA = ' \u2256F ';
📋
Java char unicodeA = '\u2256F';
📋
Python unicodeA = '\u2256F'
📋

What is Unicode character 𢕯?

The Unicode character 𢕯 U+2256F 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+2256F.

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!