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