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

What is Unicode character 𦭍?

The Unicode character 𦭍 U+26B4D 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+26B4D.

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!