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