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

What is Unicode character 𦤃?

The Unicode character 𦤃 U+26903 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+26903.

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!