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