C:
char c = '\uC98F';
printf("%c\n", c); // Output: 즏
JavaScript:
const char = '\uC98F';
console.log(char); // Output: 즏
Java:
char c = '\uC98F';
System.out.println(c); // Output: 즏
JSON:
{"text": "\uC98F"} // Value: 즏
Python:
char = '\uC98F'
print(char) # Output: 즏
Perl:
my $char = "\x{C98F}";
print $char; # Output: 즏
PHP:
$char = "\x{C98F}";
echo $char; // Output: 즏
Ruby:
char = "\u{C98F}"
puts char # Output: 즏
Rust:
let c = '\u{C98F}';
println!("{}", c); // Output: 즏
Go:
char := '\uC98F'
fmt.Printf("%c\n", char) // Output: 즏
CSS:
/* CSS content property */
.element::before {
content: "\00C98F"; /* 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%A6%8F
MD5:
a155c0c208b64621c69f5f65eab9e72e
SHA1:
5de88320e2f1f68a260715a3729e27f847036dd0
Base64:
7KaP