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