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