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

What is Unicode character 𦅻?

The Unicode character 𦅻 U+2617B 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+2617B.

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!