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