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

What is Unicode character 𨍯?

The Unicode character 𨍯 U+2836F 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+2836F.

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!