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