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

What is Unicode character 𨜫?

The Unicode character 𨜫 U+2872B 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+2872B.

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!