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