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