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