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