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

What is Unicode character 𦻓?

The Unicode character 𦻓 U+26ED3 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+26ED3.

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!