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

What is Unicode character 𦙰?

The Unicode character 𦙰 U+26670 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+26670.

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!