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