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

What is Unicode character 𨍫?

The Unicode character 𨍫 U+2836B 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+2836B.

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!