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