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