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

What is Unicode character 𨵧?

The Unicode character 𨵧 U+28D67 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+28D67.

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!