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>&#166381;</p>
📋
CSS .selector { content: '\289ED' };
📋
JS var unicodeA = '\u289ED ';
📋
CPP char unicodeA = ' \u289ED ';
📋
Java char unicodeA = '\u289ED';
📋
Python unicodeA = '\u289ED'
📋

What is Unicode character 𨧭?

The Unicode character 𨧭 U+289ED 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+289ED.

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!