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