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

What is Unicode character 𦞵?

The Unicode character 𦞵 U+267B5 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+267B5.

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!