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

What is Unicode character 𦟥?

The Unicode character 𦟥 U+267E5 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+267E5.

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!