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

What is Unicode character 𨯔?

The Unicode character 𨯔 U+28BD4 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+28BD4.

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!