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