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

What is Unicode character 𨅯?

The Unicode character 𨅯 U+2816F 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+2816F.

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!