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

What is Unicode character 𨍭?

The Unicode character 𨍭 U+2836D 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+2836D.

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!