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