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

What is Unicode character 𦻕?

The Unicode character 𦻕 U+26ED5 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+26ED5.

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!