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

What is Unicode character 𨙼?

The Unicode character 𨙼 U+2867C 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+2867C.

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!