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

What is Unicode character 𨦵?

The Unicode character 𨦵 U+289B5 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+289B5.

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!