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