C:
char c = '\u2CB6';
printf("%c\n", c); // Output: Ⲷ
JavaScript:
const char = '\u2CB6';
console.log(char); // Output: Ⲷ
Java:
char c = '\u2CB6';
System.out.println(c); // Output: Ⲷ
JSON:
{"text": "\u2CB6"} // Value: Ⲷ
Python:
char = '\u2CB6'
print(char) # Output: Ⲷ
Perl:
my $char = "\x{2CB6}";
print $char; # Output: Ⲷ
PHP:
$char = "\x{2CB6}";
echo $char; // Output: Ⲷ
Ruby:
char = "\u{2CB6}"
puts char # Output: Ⲷ
Rust:
let c = '\u{2CB6}';
println!("{}", c); // Output: Ⲷ
Go:
char := '\u2CB6'
fmt.Printf("%c\n", char) // Output: Ⲷ
CSS:
/* CSS content property */
.element::before {
content: "\002CB6"; /* Display: Ⲷ */
}
HTML Decimal:
<p>HTML decimal: Ⲷ</p> <!-- Display: Ⲷ -->
HTML Hexadecimal:
<p>HTML hex: Ⲷ</p> <!-- Display: Ⲷ -->
URL Encoding:
// Ⲷ URL encoding
https://unicodefinder.com/search.php?query=%E2%B2%B6
MD5:
9b05fec1bd63f0ceb0504a3198e17ca9
SHA1:
9cd7708a40dbed11bc09bf80e7e5c24b78edc92f
Base64:
4rK2