Unicode Finder

"振" U+632F(CJK UNIFIED IDEOGRAPH-632F)

U+632F
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-632F

Programming

C
\u632F
JavaScript
\u632F
Java
\u632F
Json
\u632F
Python
\u632F
Perl
\x{632F}
PHP
\x{632F}
Ruby
\u{632F}
Rust
\u{632F}
Go
\u632F

Web

CSS
\00632F
HtmlDecimal
振
HtmlHexadecimal
振
Url
%E6%8C%AF

Code

MD5
065a2ee82cca99effe82ee64be371642
Sha1
f82f11bbd9ecd00d275afe367c3a0f1d6b098d93
Base64
5oyv

使用示例

Programming Languages

C:

char c = '\u632F';
printf("%c\n", c);  // Output: 振

JavaScript:

const char = '\u632F';
console.log(char);  // Output: 振

Java:

char c = '\u632F';
System.out.println(c);  // Output: 振

JSON:

{"text": "\u632F"}  // Value: 振

Python:

char = '\u632F'
print(char)  # Output: 振

Perl:

my $char = "\x{632F}";
print $char;  # Output: 振

PHP:

$char = "\x{632F}";
echo $char;  // Output: 振

Ruby:

char = "\u{632F}"
puts char  # Output: 振

Rust:

let c = '\u{632F}';
println!("{}", c);  // Output: 振

Go:

char := '\u632F'
fmt.Printf("%c\n", char)  // Output: 振

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00632F";  /* Display: 振 */
}

HTML Decimal:

<p>HTML decimal: &#25391;</p>  <!-- Display: 振 -->

HTML Hexadecimal:

<p>HTML hex: &#x632F;</p>  <!-- Display: 振 -->

URL Encoding:

// 振 URL encoding
https://unicodefinder.com/search.php?query=%E6%8C%AF

Encodings

MD5:

065a2ee82cca99effe82ee64be371642

SHA1:

f82f11bbd9ecd00d275afe367c3a0f1d6b098d93

Base64:

5oyv