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