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

What is Unicode character 𨨯?

The Unicode character 𨨯 U+28A2F 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+28A2F.

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!