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

What is Unicode character 𨵪?

The Unicode character 𨵪 U+28D6A 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+28D6A.

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!