C:
char c = '\uD135';
printf("%c\n", c); // Output: 턵
JavaScript:
const char = '\uD135';
console.log(char); // Output: 턵
Java:
char c = '\uD135';
System.out.println(c); // Output: 턵
JSON:
{"text": "\uD135"} // Value: 턵
Python:
char = '\uD135'
print(char) # Output: 턵
Perl:
my $char = "\x{D135}";
print $char; # Output: 턵
PHP:
$char = "\x{D135}";
echo $char; // Output: 턵
Ruby:
char = "\u{D135}"
puts char # Output: 턵
Rust:
let c = '\u{D135}';
println!("{}", c); // Output: 턵
Go:
char := '\uD135'
fmt.Printf("%c\n", char) // Output: 턵
CSS:
/* CSS content property */
.element::before {
content: "\00D135"; /* 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%84%B5
MD5:
6456e6e4e6cf80afd2119210d9f645a0
SHA1:
48a4a0a7eb222a37863e44d9fd5e402fb02a4fb9
Base64:
7YS1