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>&#158115;</p>
📋
CSS .selector { content: '\269A3' };
📋
JS var unicodeA = '\u269A3 ';
📋
CPP char unicodeA = ' \u269A3 ';
📋
Java char unicodeA = '\u269A3';
📋
Python unicodeA = '\u269A3'
📋

What is Unicode character 𦦣?

The Unicode character 𦦣 U+269A3 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+269A3.

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!