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