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