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

What is Unicode character 𨍪?

The Unicode character 𨍪 U+2836A 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+2836A.

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!