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

What is Unicode character 𢅭?

The Unicode character 𢅭 U+2216D 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+2216D.

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!