C:
char c = '\uA52D';
printf("%c\n", c); // Output: ꔭ
JavaScript:
const char = '\uA52D';
console.log(char); // Output: ꔭ
Java:
char c = '\uA52D';
System.out.println(c); // Output: ꔭ
JSON:
{"text": "\uA52D"} // Value: ꔭ
Python:
char = '\uA52D'
print(char) # Output: ꔭ
Perl:
my $char = "\x{A52D}";
print $char; # Output: ꔭ
PHP:
$char = "\x{A52D}";
echo $char; // Output: ꔭ
Ruby:
char = "\u{A52D}"
puts char # Output: ꔭ
Rust:
let c = '\u{A52D}';
println!("{}", c); // Output: ꔭ
Go:
char := '\uA52D'
fmt.Printf("%c\n", char) // Output: ꔭ
CSS:
/* CSS content property */
.element::before {
content: "\00A52D"; /* 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%94%AD
MD5:
759075ad172ecfa28ee2f688c6d123b6
SHA1:
14232dc4c2ed92d92fc22345af24550e5053793a
Base64:
6pSt