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

What is Unicode character 𢆻?

The Unicode character 𢆻 U+221BB 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+221BB.

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!