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

What is Unicode character 𢖛?

The Unicode character 𢖛 U+2259B 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+2259B.

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!