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