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