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

What is Unicode character 𦙹?

The Unicode character 𦙹 U+26679 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+26679.

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!