C:
char c = '\uC8DE';
printf("%c\n", c); // Output: 죞
JavaScript:
const char = '\uC8DE';
console.log(char); // Output: 죞
Java:
char c = '\uC8DE';
System.out.println(c); // Output: 죞
JSON:
{"text": "\uC8DE"} // Value: 죞
Python:
char = '\uC8DE'
print(char) # Output: 죞
Perl:
my $char = "\x{C8DE}";
print $char; # Output: 죞
PHP:
$char = "\x{C8DE}";
echo $char; // Output: 죞
Ruby:
char = "\u{C8DE}"
puts char # Output: 죞
Rust:
let c = '\u{C8DE}';
println!("{}", c); // Output: 죞
Go:
char := '\uC8DE'
fmt.Printf("%c\n", char) // Output: 죞
CSS:
/* CSS content property */
.element::before {
content: "\00C8DE"; /* 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%9E
MD5:
680e3f6846825c0b424b386b2e36b238
SHA1:
c0d4247068e5e825c76d7a0077d1fc5034f45264
Base64:
7KOe