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>&#167533;</p>
📋
CSS .selector { content: '\28E6D' };
📋
JS var unicodeA = '\u28E6D ';
📋
CPP char unicodeA = ' \u28E6D ';
📋
Java char unicodeA = '\u28E6D';
📋
Python unicodeA = '\u28E6D'
📋

What is Unicode character 𨹭?

The Unicode character 𨹭 U+28E6D 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+28E6D.

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!