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