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>&#157675;</p>
📋
CSS .selector { content: '\267EB' };
📋
JS var unicodeA = '\u267EB ';
📋
CPP char unicodeA = ' \u267EB ';
📋
Java char unicodeA = '\u267EB';
📋
Python unicodeA = '\u267EB'
📋

What is Unicode character 𦟫?

The Unicode character 𦟫 U+267EB 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+267EB.

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!