C:
char c = '\uC8D9';
printf("%c\n", c); // Output: 죙
JavaScript:
const char = '\uC8D9';
console.log(char); // Output: 죙
Java:
char c = '\uC8D9';
System.out.println(c); // Output: 죙
JSON:
{"text": "\uC8D9"} // Value: 죙
Python:
char = '\uC8D9'
print(char) # Output: 죙
Perl:
my $char = "\x{C8D9}";
print $char; # Output: 죙
PHP:
$char = "\x{C8D9}";
echo $char; // Output: 죙
Ruby:
char = "\u{C8D9}"
puts char # Output: 죙
Rust:
let c = '\u{C8D9}';
println!("{}", c); // Output: 죙
Go:
char := '\uC8D9'
fmt.Printf("%c\n", char) // Output: 죙
CSS:
/* CSS content property */
.element::before {
content: "\00C8D9"; /* 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=%EC%A3%99
MD5:
fc450c1c2145b316c50a3c16bbd2002e
SHA1:
593b1339eec611c9f297c257c02fcaccc880e08c
Base64:
7KOZ