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