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

What is Unicode character 𦟭?

The Unicode character 𦟭 U+267ED 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+267ED.

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!