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