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

What is Unicode character 𨉶?

The Unicode character 𨉶 U+28276 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+28276.

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!