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

What is Unicode character 𨍮?

The Unicode character 𨍮 U+2836E 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+2836E.

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!