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