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