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

What is Unicode character 𦩾?

The Unicode character 𦩾 U+26A7E 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+26A7E.

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!