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