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

What is Unicode character 𨅺?

The Unicode character 𨅺 U+2817A 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+2817A.

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!