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

What is Unicode character 𦨸?

The Unicode character 𦨸 U+26A38 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+26A38.

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!