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>&#156013;</p>
📋
CSS .selector { content: '\2616D' };
📋
JS var unicodeA = '\u2616D ';
📋
CPP char unicodeA = ' \u2616D ';
📋
Java char unicodeA = '\u2616D';
📋
Python unicodeA = '\u2616D'
📋

What is Unicode character 𦅭?

The Unicode character 𦅭 U+2616D 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+2616D.

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!