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