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