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