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