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