C:
char c = '\uC201';
printf("%c\n", c); // Output: 숁
JavaScript:
const char = '\uC201';
console.log(char); // Output: 숁
Java:
char c = '\uC201';
System.out.println(c); // Output: 숁
JSON:
{"text": "\uC201"} // Value: 숁
Python:
char = '\uC201'
print(char) # Output: 숁
Perl:
my $char = "\x{C201}";
print $char; # Output: 숁
PHP:
$char = "\x{C201}";
echo $char; // Output: 숁
Ruby:
char = "\u{C201}"
puts char # Output: 숁
Rust:
let c = '\u{C201}';
println!("{}", c); // Output: 숁
Go:
char := '\uC201'
fmt.Printf("%c\n", char) // Output: 숁
CSS:
/* CSS content property */
.element::before {
content: "\00C201"; /* 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%81
MD5:
3c64fd4d56f83a8b8b232df1b984e69b
SHA1:
9d2629cd0fbe3d33562aba4769fe331f48bae806
Base64:
7IiB