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

What is Unicode character 𨧏?

The Unicode character 𨧏 U+289CF 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+289CF.

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!