C:
char c = '\u1A74';
printf("%c\n", c); // Output: ᩴ
JavaScript:
const char = '\u1A74';
console.log(char); // Output: ᩴ
Java:
char c = '\u1A74';
System.out.println(c); // Output: ᩴ
JSON:
{"text": "\u1A74"} // Value: ᩴ
Python:
char = '\u1A74'
print(char) # Output: ᩴ
Perl:
my $char = "\x{1A74}";
print $char; # Output: ᩴ
PHP:
$char = "\x{1A74}";
echo $char; // Output: ᩴ
Ruby:
char = "\u{1A74}"
puts char # Output: ᩴ
Rust:
let c = '\u{1A74}';
println!("{}", c); // Output: ᩴ
Go:
char := '\u1A74'
fmt.Printf("%c\n", char) // Output: ᩴ
CSS:
/* CSS content property */
.element::before {
content: "\001A74"; /* 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=%E1%A9%B4
MD5:
9ef5dd85cb19361de38ed2c8f0a5a9fd
SHA1:
2e6a749f9bc864499f7269122a775839548b1b02
Base64:
4am0