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