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>&#165483;</p>
📋
CSS .selector { content: '\2866B' };
📋
JS var unicodeA = '\u2866B ';
📋
CPP char unicodeA = ' \u2866B ';
📋
Java char unicodeA = '\u2866B';
📋
Python unicodeA = '\u2866B'
📋

What is Unicode character 𨙫?

The Unicode character 𨙫 U+2866B 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+2866B.

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!