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

What is Unicode character 𨙭?

The Unicode character 𨙭 U+2866D 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+2866D.

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!