C:
char c = '\uA034';
printf("%c\n", c); // Output: ꀴ
JavaScript:
const char = '\uA034';
console.log(char); // Output: ꀴ
Java:
char c = '\uA034';
System.out.println(c); // Output: ꀴ
JSON:
{"text": "\uA034"} // Value: ꀴ
Python:
char = '\uA034'
print(char) # Output: ꀴ
Perl:
my $char = "\x{A034}";
print $char; # Output: ꀴ
PHP:
$char = "\x{A034}";
echo $char; // Output: ꀴ
Ruby:
char = "\u{A034}"
puts char # Output: ꀴ
Rust:
let c = '\u{A034}';
println!("{}", c); // Output: ꀴ
Go:
char := '\uA034'
fmt.Printf("%c\n", char) // Output: ꀴ
CSS:
/* CSS content property */
.element::before {
content: "\00A034"; /* 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%80%B4
MD5:
ba4ee6818b41cef3a7532c1c2bc46074
SHA1:
c995ff018383fb85431e73c27cb002bfca0afcb9
Base64:
6oC0