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