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>&#165498;</p>
📋
CSS .selector { content: '\2867A' };
📋
JS var unicodeA = '\u2867A ';
📋
CPP char unicodeA = ' \u2867A ';
📋
Java char unicodeA = '\u2867A';
📋
Python unicodeA = '\u2867A'
📋

What is Unicode character 𨙺?

The Unicode character 𨙺 U+2867A 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+2867A.

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!