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

What is Unicode character 𢢝?

The Unicode character 𢢝 U+2289D 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+2289D.

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!