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