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