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

What is Unicode character 𨉹?

The Unicode character 𨉹 U+28279 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+28279.

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!