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