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