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