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