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

What is Unicode character 𦟪?

The Unicode character 𦟪 U+267EA 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+267EA.

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!