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

What is Unicode character 𨵨?

The Unicode character 𨵨 U+28D68 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+28D68.

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!