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