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

What is Unicode character 𨚹?

The Unicode character 𨚹 U+286B9 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+286B9.

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!