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

What is Unicode character 𢕬?

The Unicode character 𢕬 U+2256C 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+2256C.

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!