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