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