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

What is Unicode character 𦯔?

The Unicode character 𦯔 U+26BD4 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+26BD4.

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!