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