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

What is Unicode character 𨅾?

The Unicode character 𨅾 U+2817E 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+2817E.

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!