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