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

What is Unicode character 𢢜?

The Unicode character 𢢜 U+2289C 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+2289C.

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!