Unicode Finder

"迴" U+8FF4(CJK UNIFIED IDEOGRAPH-8FF4)

U+8FF4
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8FF4

Programming

C
\u8FF4
JavaScript
\u8FF4
Java
\u8FF4
Json
\u8FF4
Python
\u8FF4
Perl
\x{8FF4}
PHP
\x{8FF4}
Ruby
\u{8FF4}
Rust
\u{8FF4}
Go
\u8FF4

Web

CSS
\008FF4
HtmlDecimal
迴
HtmlHexadecimal
迴
Url
%E8%BF%B4

Code

MD5
2786e39b76cd3e16f720a553783ce1c4
Sha1
153323a00b75e93b0f8efb76cf3022668e69c82f
Base64
6L+0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8FF4';
console.log(char);  // Output: 迴

Java:

char c = '\u8FF4';
System.out.println(c);  // Output: 迴

JSON:

{"text": "\u8FF4"}  // Value: 迴

Python:

char = '\u8FF4'
print(char)  # Output: 迴

Perl:

my $char = "\x{8FF4}";
print $char;  # Output: 迴

PHP:

$char = "\x{8FF4}";
echo $char;  // Output: 迴

Ruby:

char = "\u{8FF4}"
puts char  # Output: 迴

Rust:

let c = '\u{8FF4}';
println!("{}", c);  // Output: 迴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008FF4";  /* Display: 迴 */
}

HTML Decimal:

<p>HTML decimal: &#36852;</p>  <!-- Display: 迴 -->

HTML Hexadecimal:

<p>HTML hex: &#x8FF4;</p>  <!-- Display: 迴 -->

URL Encoding:

// 迴 URL encoding
https://unicodefinder.com/search.php?query=%E8%BF%B4

Encodings

MD5:

2786e39b76cd3e16f720a553783ce1c4

SHA1:

153323a00b75e93b0f8efb76cf3022668e69c82f

Base64:

6L+0