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