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

What is Unicode character 𦯑?

The Unicode character 𦯑 U+26BD1 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+26BD1.

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!