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