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