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