C:
char c = '\uA352';
printf("%c\n", c); // Output: ꍒ
JavaScript:
const char = '\uA352';
console.log(char); // Output: ꍒ
Java:
char c = '\uA352';
System.out.println(c); // Output: ꍒ
JSON:
{"text": "\uA352"} // Value: ꍒ
Python:
char = '\uA352'
print(char) # Output: ꍒ
Perl:
my $char = "\x{A352}";
print $char; # Output: ꍒ
PHP:
$char = "\x{A352}";
echo $char; // Output: ꍒ
Ruby:
char = "\u{A352}"
puts char # Output: ꍒ
Rust:
let c = '\u{A352}';
println!("{}", c); // Output: ꍒ
Go:
char := '\uA352'
fmt.Printf("%c\n", char) // Output: ꍒ
CSS:
/* CSS content property */
.element::before {
content: "\00A352"; /* 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%8D%92
MD5:
64337a888e382426735f49458713171c
SHA1:
b2fbd22c47bb0a24794cd3e8e1226c29562752f4
Base64:
6o2S