Unicode Finder

"忺" U+5FFA(CJK UNIFIED IDEOGRAPH-5FFA)

U+5FFA
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-5FFA

Programming

C
\u5FFA
JavaScript
\u5FFA
Java
\u5FFA
Json
\u5FFA
Python
\u5FFA
Perl
\x{5FFA}
PHP
\x{5FFA}
Ruby
\u{5FFA}
Rust
\u{5FFA}
Go
\u5FFA

Web

CSS
\005FFA
HtmlDecimal
忺
HtmlHexadecimal
忺
Url
%E5%BF%BA

Code

MD5
565514a04996c9cb96cb81c057518255
Sha1
697a62ca13cdd9784f60ed2af239e745245426ce
Base64
5b+6

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5FFA';
console.log(char);  // Output: 忺

Java:

char c = '\u5FFA';
System.out.println(c);  // Output: 忺

JSON:

{"text": "\u5FFA"}  // Value: 忺

Python:

char = '\u5FFA'
print(char)  # Output: 忺

Perl:

my $char = "\x{5FFA}";
print $char;  # Output: 忺

PHP:

$char = "\x{5FFA}";
echo $char;  // Output: 忺

Ruby:

char = "\u{5FFA}"
puts char  # Output: 忺

Rust:

let c = '\u{5FFA}';
println!("{}", c);  // Output: 忺

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005FFA";  /* Display: 忺 */
}

HTML Decimal:

<p>HTML decimal: &#24570;</p>  <!-- Display: 忺 -->

HTML Hexadecimal:

<p>HTML hex: &#x5FFA;</p>  <!-- Display: 忺 -->

URL Encoding:

// 忺 URL encoding
https://unicodefinder.com/search.php?query=%E5%BF%BA

Encodings

MD5:

565514a04996c9cb96cb81c057518255

SHA1:

697a62ca13cdd9784f60ed2af239e745245426ce

Base64:

5b+6

© 2025 Unicode Finder

忺 U+5FFA CJK UNIFIED IDEOGRAPH-5FFA Unicode 文字 - Unicode Finder

Contact: d2@fanqiang.me