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

What is Unicode character 𦅾?

The Unicode character 𦅾 U+2617E 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+2617E.

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!