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

What is Unicode character 𨙰?

The Unicode character 𨙰 U+28670 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+28670.

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!