Unicode Finder

"俬" U+4FEC(CJK UNIFIED IDEOGRAPH-4FEC)

U+4FEC
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-4FEC

Programming

C
\u4FEC
JavaScript
\u4FEC
Java
\u4FEC
Json
\u4FEC
Python
\u4FEC
Perl
\x{4FEC}
PHP
\x{4FEC}
Ruby
\u{4FEC}
Rust
\u{4FEC}
Go
\u4FEC

Web

CSS
\004FEC
HtmlDecimal
俬
HtmlHexadecimal
俬
Url
%E4%BF%AC

Code

MD5
b04eb40b5ede4be44438bb1b8eabd923
Sha1
f4eb6fa4119e40b82202e7fbf2e6a048499f3403
Base64
5L+s

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u4FEC';
console.log(char);  // Output: 俬

Java:

char c = '\u4FEC';
System.out.println(c);  // Output: 俬

JSON:

{"text": "\u4FEC"}  // Value: 俬

Python:

char = '\u4FEC'
print(char)  # Output: 俬

Perl:

my $char = "\x{4FEC}";
print $char;  # Output: 俬

PHP:

$char = "\x{4FEC}";
echo $char;  // Output: 俬

Ruby:

char = "\u{4FEC}"
puts char  # Output: 俬

Rust:

let c = '\u{4FEC}';
println!("{}", c);  // Output: 俬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\004FEC";  /* Display: 俬 */
}

HTML Decimal:

<p>HTML decimal: &#20460;</p>  <!-- Display: 俬 -->

HTML Hexadecimal:

<p>HTML hex: &#x4FEC;</p>  <!-- Display: 俬 -->

URL Encoding:

// 俬 URL encoding
https://unicodefinder.com/search.php?query=%E4%BF%AC

Encodings

MD5:

b04eb40b5ede4be44438bb1b8eabd923

SHA1:

f4eb6fa4119e40b82202e7fbf2e6a048499f3403

Base64:

5L+s

© 2025 Unicode Finder

俬 U+4FEC CJK UNIFIED IDEOGRAPH-4FEC Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me