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