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

What is Unicode character 𨵭?

The Unicode character 𨵭 U+28D6D 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+28D6D.

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!