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