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