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