C:
char c = '\uC777';
printf("%c\n", c); // Output: 읷
JavaScript:
const char = '\uC777';
console.log(char); // Output: 읷
Java:
char c = '\uC777';
System.out.println(c); // Output: 읷
JSON:
{"text": "\uC777"} // Value: 읷
Python:
char = '\uC777'
print(char) # Output: 읷
Perl:
my $char = "\x{C777}";
print $char; # Output: 읷
PHP:
$char = "\x{C777}";
echo $char; // Output: 읷
Ruby:
char = "\u{C777}"
puts char # Output: 읷
Rust:
let c = '\u{C777}';
println!("{}", c); // Output: 읷
Go:
char := '\uC777'
fmt.Printf("%c\n", char) // Output: 읷
CSS:
/* CSS content property */
.element::before {
content: "\00C777"; /* 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%B7
MD5:
2bc73b771ba4e03b697bea0fcca68b7d
SHA1:
24c338f2f913ea0cdd357e6b21da683be29368d3
Base64:
7J23