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