C:
char c = '\uC9F7';
printf("%c\n", c); // Output: 짷
JavaScript:
const char = '\uC9F7';
console.log(char); // Output: 짷
Java:
char c = '\uC9F7';
System.out.println(c); // Output: 짷
JSON:
{"text": "\uC9F7"} // Value: 짷
Python:
char = '\uC9F7'
print(char) # Output: 짷
Perl:
my $char = "\x{C9F7}";
print $char; # Output: 짷
PHP:
$char = "\x{C9F7}";
echo $char; // Output: 짷
Ruby:
char = "\u{C9F7}"
puts char # Output: 짷
Rust:
let c = '\u{C9F7}';
println!("{}", c); // Output: 짷
Go:
char := '\uC9F7'
fmt.Printf("%c\n", char) // Output: 짷
CSS:
/* CSS content property */
.element::before {
content: "\00C9F7"; /* 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%A7%B7
MD5:
860a80dd53a22988d11bb517061016df
SHA1:
169013bb8dba8658d1742dc709ae6cfc2750642a
Base64:
7Ke3