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

What is Unicode character 𦟣?

The Unicode character 𦟣 U+267E3 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+267E3.

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!