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

What is Unicode character 𨧊?

The Unicode character 𨧊 U+289CA 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+289CA.

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!