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