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