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