C:
char c = '\uA678';
printf("%c\n", c); // Output: ꙸ
JavaScript:
const char = '\uA678';
console.log(char); // Output: ꙸ
Java:
char c = '\uA678';
System.out.println(c); // Output: ꙸ
JSON:
{"text": "\uA678"} // Value: ꙸ
Python:
char = '\uA678'
print(char) # Output: ꙸ
Perl:
my $char = "\x{A678}";
print $char; # Output: ꙸ
PHP:
$char = "\x{A678}";
echo $char; // Output: ꙸ
Ruby:
char = "\u{A678}"
puts char # Output: ꙸ
Rust:
let c = '\u{A678}';
println!("{}", c); // Output: ꙸ
Go:
char := '\uA678'
fmt.Printf("%c\n", char) // Output: ꙸ
CSS:
/* CSS content property */
.element::before {
content: "\00A678"; /* 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=%EA%99%B8
MD5:
03b2f31dc33b769a3ecf8da87bbf9c2c
SHA1:
e0a223f512cf0680916e55f8e8353783c19e72de
Base64:
6pm4