C:
char c = '\uC47F';
printf("%c\n", c); // Output: 쑿
JavaScript:
const char = '\uC47F';
console.log(char); // Output: 쑿
Java:
char c = '\uC47F';
System.out.println(c); // Output: 쑿
JSON:
{"text": "\uC47F"} // Value: 쑿
Python:
char = '\uC47F'
print(char) # Output: 쑿
Perl:
my $char = "\x{C47F}";
print $char; # Output: 쑿
PHP:
$char = "\x{C47F}";
echo $char; // Output: 쑿
Ruby:
char = "\u{C47F}"
puts char # Output: 쑿
Rust:
let c = '\u{C47F}';
println!("{}", c); // Output: 쑿
Go:
char := '\uC47F'
fmt.Printf("%c\n", char) // Output: 쑿
CSS:
/* CSS content property */
.element::before {
content: "\00C47F"; /* 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%91%BF
MD5:
212b2c6cab1ebb4188198fb41316290a
SHA1:
657afc7430d473cecfd446ebf68fd453504387d1
Base64:
7JG/