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

What is Unicode character 𦻵?

The Unicode character 𦻵 U+26EF5 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+26EF5.

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!