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>&#165229;</p>
📋
CSS .selector { content: '\2856D' };
📋
JS var unicodeA = '\u2856D ';
📋
CPP char unicodeA = ' \u2856D ';
📋
Java char unicodeA = '\u2856D';
📋
Python unicodeA = '\u2856D'
📋

What is Unicode character 𨕭?

The Unicode character 𨕭 U+2856D 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+2856D.

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!