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>&#165593;</p>
📋
CSS .selector { content: '\286D9' };
📋
JS var unicodeA = '\u286D9 ';
📋
CPP char unicodeA = ' \u286D9 ';
📋
Java char unicodeA = '\u286D9';
📋
Python unicodeA = '\u286D9'
📋

What is Unicode character 𨛙?

The Unicode character 𨛙 U+286D9 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+286D9.

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!