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

What is Unicode character 𦉹?

The Unicode character 𦉹 U+26279 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+26279.

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!