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