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