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