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