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

What is Unicode character 𨦯?

The Unicode character 𨦯 U+289AF 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+289AF.

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!