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

What is Unicode character 𦯓?

The Unicode character 𦯓 U+26BD3 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+26BD3.

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!