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

What is Unicode character 𨦷?

The Unicode character 𨦷 U+289B7 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+289B7.

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!