C:
char c = '\u2CB5';
printf("%c\n", c); // Output: ⲵ
JavaScript:
const char = '\u2CB5';
console.log(char); // Output: ⲵ
Java:
char c = '\u2CB5';
System.out.println(c); // Output: ⲵ
JSON:
{"text": "\u2CB5"} // Value: ⲵ
Python:
char = '\u2CB5'
print(char) # Output: ⲵ
Perl:
my $char = "\x{2CB5}";
print $char; # Output: ⲵ
PHP:
$char = "\x{2CB5}";
echo $char; // Output: ⲵ
Ruby:
char = "\u{2CB5}"
puts char # Output: ⲵ
Rust:
let c = '\u{2CB5}';
println!("{}", c); // Output: ⲵ
Go:
char := '\u2CB5'
fmt.Printf("%c\n", char) // Output: ⲵ
CSS:
/* CSS content property */
.element::before {
content: "\002CB5"; /* 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%B5
MD5:
9d3140ffaf60b80b66d38da1e8b1d6fe
SHA1:
8a246822e7313c51dafc923b41dbe7e20f90150d
Base64:
4rK1