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

What is Unicode character 𦅺?

The Unicode character 𦅺 U+2617A 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+2617A.

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!