C:
char c = '\uC83E';
printf("%c\n", c); // Output: 젾
JavaScript:
const char = '\uC83E';
console.log(char); // Output: 젾
Java:
char c = '\uC83E';
System.out.println(c); // Output: 젾
JSON:
{"text": "\uC83E"} // Value: 젾
Python:
char = '\uC83E'
print(char) # Output: 젾
Perl:
my $char = "\x{C83E}";
print $char; # Output: 젾
PHP:
$char = "\x{C83E}";
echo $char; // Output: 젾
Ruby:
char = "\u{C83E}"
puts char # Output: 젾
Rust:
let c = '\u{C83E}';
println!("{}", c); // Output: 젾
Go:
char := '\uC83E'
fmt.Printf("%c\n", char) // Output: 젾
CSS:
/* CSS content property */
.element::before {
content: "\00C83E"; /* 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%BE
MD5:
79dd46e7e4f4ebcc45a24c650bb4aea6
SHA1:
1a13eaf4c2d5db42d6faee0abfe97d62851eb6ff
Base64:
7KC+