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

What is Unicode character 𨉲?

The Unicode character 𨉲 U+28272 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+28272.

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!