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

What is Unicode character 𦫓?

The Unicode character 𦫓 U+26AD3 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+26AD3.

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!