C:
char c = '\uCABD';
printf("%c\n", c); // Output: 쪽
JavaScript:
const char = '\uCABD';
console.log(char); // Output: 쪽
Java:
char c = '\uCABD';
System.out.println(c); // Output: 쪽
JSON:
{"text": "\uCABD"} // Value: 쪽
Python:
char = '\uCABD'
print(char) # Output: 쪽
Perl:
my $char = "\x{CABD}";
print $char; # Output: 쪽
PHP:
$char = "\x{CABD}";
echo $char; // Output: 쪽
Ruby:
char = "\u{CABD}"
puts char # Output: 쪽
Rust:
let c = '\u{CABD}';
println!("{}", c); // Output: 쪽
Go:
char := '\uCABD'
fmt.Printf("%c\n", char) // Output: 쪽
CSS:
/* CSS content property */
.element::before {
content: "\00CABD"; /* 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%BD
MD5:
78582c3b9e310c70862afbdb77daf883
SHA1:
12539d835ba953841c9b77f69e82960b9dc15dde
Base64:
7Kq9