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

What is Unicode character 𨉵?

The Unicode character 𨉵 U+28275 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+28275.

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!