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