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

What is Unicode character 𨙾?

The Unicode character 𨙾 U+2867E 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+2867E.

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!