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

What is Unicode character 𨯰?

The Unicode character 𨯰 U+28BF0 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+28BF0.

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!