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