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

What is Unicode character 𨅭?

The Unicode character 𨅭 U+2816D 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+2816D.

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!