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>&#140731;</p>
📋
CSS .selector { content: '\225BB' };
📋
JS var unicodeA = '\u225BB ';
📋
CPP char unicodeA = ' \u225BB ';
📋
Java char unicodeA = '\u225BB';
📋
Python unicodeA = '\u225BB'
📋

What is Unicode character 𢖻?

The Unicode character 𢖻 U+225BB 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+225BB.

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!