C:
char c = '\u649A';
printf("%c\n", c); // Output: 撚
JavaScript:
const char = '\u649A';
console.log(char); // Output: 撚
Java:
char c = '\u649A';
System.out.println(c); // Output: 撚
JSON:
{"text": "\u649A"} // Value: 撚
Python:
char = '\u649A'
print(char) # Output: 撚
Perl:
my $char = "\x{649A}";
print $char; # Output: 撚
PHP:
$char = "\x{649A}";
echo $char; // Output: 撚
Ruby:
char = "\u{649A}"
puts char # Output: 撚
Rust:
let c = '\u{649A}';
println!("{}", c); // Output: 撚
Go:
char := '\u649A'
fmt.Printf("%c\n", char) // Output: 撚
CSS:
/* CSS content property */
.element::before {
content: "\00649A"; /* 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=%E6%92%9A
MD5:
ddbe80571ea184471baa912964b81d63
SHA1:
fc9c7d04ddeaff4baa6cb29fae37ae0b6e87706f
Base64:
5pKa