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

What is Unicode character 𢢛?

The Unicode character 𢢛 U+2289B 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+2289B.

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!