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

What is Unicode character 𦯰?

The Unicode character 𦯰 U+26BF0 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+26BF0.

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!