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