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

What is Unicode character 𢕫?

The Unicode character 𢕫 U+2256B 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+2256B.

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!