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