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

What is Unicode character 𦟲?

The Unicode character 𦟲 U+267F2 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+267F2.

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!